mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
bc8ce42355
- Bug 1226200: Don't assume a TCPSocket has only one managee (and rename LoneManagedOrNull) r=jdm (aa2d0fcc14) - Bug 1227300, Part 1 - Add an alert notification component. r=MattN,wchen (37758ce9ff) - Bug 1230700. Make Notification::ShowInternal explicitly suppress the exception from GetPermissionInternal. r=smaug (9e288cf5ae) - Bug 1225336 - Add telemetry about web notification display/messages. r=wchen,kitcambridge p=vladan# Please enter the commit message for your changes. Lines starting (b2e481691a) - Bug 1219030 - Collect notification management telemetry. r=wchen,MattN; p=ally (c0ba425b4e) - Bug 1212611 - Use system notification for website notifications in Android. r=mfinkle (84985bcf01) - Bug 1227300, Part 2 - Implement showAlert. r=MattN,wchen (33eedc7e91) - Bug 1214305 - Part 0: Ensure site security service is initialized before trying to use DataStorage via IPC. (8bd73f43b0) - Bug 1137681 - Make user agent docshell overrides affect network requests. r=jduell (e8dabb8338) - Bug 1233245 - Propagate the interception information in the non-e10s case for all HTTP redirects, not just the internal ones; r=jdm (6922fddcf8) - Bug 1226444 - Use helper function to identify preloads. r=sicking (d110669f73) - Bug 1214305 - Part 1: Refactor the logic for querying whether a connection should go through a secure upgrade into NS_ShouldSecureUpgrade; r=mcmanus (2d04c78290) - Bug 1137681 - Per-tab user agent emulation. r=bz (4ff70db690) - Bug 1227300, Part 3 - Implement showAlert for the OS X alerts backend. r=mstange (5eb05d0728) - Bug 1227300, Part 4 - Implement showAlert for the libnotify alerts backend. r=karlt (0942fa2764) - Bug 1227300, Part 5 - Implement showAlert for the B2G alerts backend. r=mhenretty (e39581aea5) - Bug 1227300, Part 6 - Use showAlert to display web notifications. r=wchen (ab79eaa0c8) - domBug 1227300, Part 7 - Update test interfaces. a=testonly (387cb62772) - Bug 1214305 - Part 3: Add a nsIInterceptedChannel.secureUpgradedChannelURI helper; r=jdm (811d25bd58) - Bug 1214305 - Part 4: Use the secure upgraded channel URI in ServiceWorkerManager::PrepareFetchEvent; r=jdm (0c44bf527c) - Bug 1214305 - Part 5: Use the secure upgraded channel URI in FetchEventRunnable::Init; r=jdm (a30f239261) - Bug 1214305 - Part 6: Use a non-IPC redirect for synthesized upgraded responses to ensure the response URL is correctly propagated; r=mcmanus (8ba8a5728c) - Bug 1214305 - Part 7: Decide in the child process whether an intercepted channel should go through a secure upgrade; r=mcmanus (93e27decae) - Bug 1198397 - Add a test for interception of requests upgraded through the CSP upgrade-insecure-requests directive; r=jdm (21eb14eb34) - Bug 1214305 - Part 8: Enable secure upgrade service worker tests on e10s; r=jdm (c14f5fb504) - Bug 1214305 - Part 10: Clean up global DataStorage references in the child process; r=keeler (ef0b52d049) - Bug 1224771 - Close all web notifications when the originating tab is closed. r=wchen (da295b4ba7) - Bug 1214305 - Part 2: Refactor the logic for obtaining the secure upgraded URI into HttpBaseChannel; r=mcmanus (3346078285) - Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. (18134820a6) - Bug 1237151 (part 2) - Remove ignored qualifiers in WebRTC-relate code. r=jesup. (effe5bd694) - Bug 1118820 part 1 (style system part) - [css-grid] Implement the 'auto-fill' and 'auto-fit' keywords in the repeat() function. r=dholbert (5db1a577db) - Bug 1118820 part 2a - [css-grid] Add a LineNameMap class that lets us lookup line names with a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taken into account. r=dholbert (3ecf4b53f0) - Bug 1118820 part 2b - [css-grid] Move the static functions FindLine/RFindLine/FindNamedLine into the LineNameMap class (idempotent patch). r=dholbert (efb12c594b) - Bug 1118820 part 2c+2d - [css-grid] Modify the LineNameMap::FindLine/RFindLine/FindNamedLine methods to take line names associated with 'repeat(auto-fill/auto-fit)' tracks into account. Instantiate and pass around a LineNameMap object instead of an array of line name arrays. r=dholbert (a3db750297) - Bug 1118820 part 3a - [css-grid] Modify TrackSizingFunctions to take a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taking into account. r=dholbert (9aa6033332) - Bug 1118820 part 3b - [css-grid] Implement the CalculateRepeatFillCount method that calculates the number of 'repeat(auto-fill/auto-fit)' tracks to use for the given sizes. r=dholbert (cf75fab8a8) - Bug 1118820 part 4 - [css-grid] Provide the sizes to use for CalculateRepeatFillCount. r=dholbert (8184c00dba) - Bug 1118820 part 5 - [css-grid] Remove any empty 'repeat(auto-fit)' tracks at the end of its range and adjust affected grid area line numbers accordingly. r=dholbert (c02ba6a6e3) - Bug 1229165 - [css-grid] Reftests for min/max-width/height properties on the grid container. (725097f878) - Bug 1229999 - [css-grid] Reftest. (51b5bc9535) - Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj. (69917ebbad) - more bits of Bug 1178892 - Split the profiler into Core & Gecko files (41bb127b9c) - Bug 1199841 - Restructure private browsing to remember status after OnStopRequest r=jdm (16c2c1044d) - Bug 1233845 - Report an interception error and cancel the HTTP channel when encountering a known topcrash situation. r=ehsan (5d08075110) - Bug 664163 - Fix Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jduell (cbf70af4e8) - Bug 1229177 - Show the tracking protection shield for fetch and XHR requests. r=jduell (5833b3e872) - Bug 1220678 Don't crash when DivertToParent() is called on an intercepted channel. r=jdm (5d7ff6ecc8) - Bug 1220681 P1 Make HttpChannelChild::DivertToParent() work with synthetic responses. r=jdm (67715703ef) - Bug 1169819 Add browser chrome test to validate SW force refresh. r=ehsan (c0b6b3e874) - Bug 1220681 P2 Test synthetic responses that trigger downloads. r=ehsan (c701f3ddb1) - Bug 1220681 P3 Delay diversion on parent side until response head has been synthesized. r=jdm (7c697aacee) - Bug 1220681 P4 Automatically suspend the parent channel after synthesizing the response for diverison. r=jdm (27f31bcb35) - Bug 1220681 P5 Don't double suspend parent channel during synthesized divert to parent. r=jdm (62081d4b56) - Bug 1220681 P6 Use clients.claim() in browser_download.js to avoid worker unregister race. r=jdm (c8de291727) - Bug 1240161 - Remove "only-if-cached" from RequestCache; r=bkelly (283486f584) - Bug 1184550 - Add a mochitest for the Request constructor that tests that the body is set to used after being fetched and then fails on the second fetch with the same Request. r=bkelly (db4a967203) - Bug 1205495 - Correctly use the requests's body and redirect mode in reroute.js; r=nsm (a36a96624a) - Bug 1189656 - Fix fetch-request-fallback test paths. r=bkelly (366c884179) - Bug 1219085 - Import the fetch-request-redirect.https.html test from Blink; r=jdm (bf6b484d82) - Bug 1209081 - Part 1: Implement the "navigate" value for RequestMode; r=bkelly (a22f19d94b) - Bug 1209081 - Part 2: Upgrade the saved Requests in the DOM Cache to reflect the "navigate" RequestMode if they represent navigation content policy types; r=bkelly (60d1da23bb) - Bug 1219469 - Part 1: Revert the error reporting added in bug 1233845; r=jdm (dcc022b9d3) - Bug 1219469 - Part 2: Make HttpChannelParentListener be the controller; r=jdm,jduell (9c5f0dfbe0) - Bug 1229369 - Intercept redirected network fetches that have their request mode set to manual; r=jdm (fb21d86ed2)
292 lines
8.8 KiB
INI
292 lines
8.8 KiB
INI
[DEFAULT]
|
|
skip-if = buildapp == 'b2g'
|
|
support-files =
|
|
worker.js
|
|
worker2.js
|
|
worker3.js
|
|
fetch_event_worker.js
|
|
parse_error_worker.js
|
|
activate_event_error_worker.js
|
|
install_event_worker.js
|
|
install_event_error_worker.js
|
|
simpleregister/index.html
|
|
simpleregister/ready.html
|
|
controller/index.html
|
|
unregister/index.html
|
|
unregister/unregister.html
|
|
workerUpdate/update.html
|
|
sw_clients/simple.html
|
|
sw_clients/service_worker_controlled.html
|
|
match_all_worker.js
|
|
match_all_advanced_worker.js
|
|
worker_unregister.js
|
|
worker_update.js
|
|
message_posting_worker.js
|
|
fetch/index.html
|
|
fetch/fetch_worker_script.js
|
|
fetch/fetch_tests.js
|
|
fetch/deliver-gzip.sjs
|
|
fetch/redirect.sjs
|
|
fetch/real-file.txt
|
|
fetch/context/index.html
|
|
fetch/context/register.html
|
|
fetch/context/unregister.html
|
|
fetch/context/context_test.js
|
|
fetch/context/realimg.jpg
|
|
fetch/context/realaudio.ogg
|
|
fetch/context/beacon.sjs
|
|
fetch/context/csp-violate.sjs
|
|
fetch/context/ping.html
|
|
fetch/context/worker.js
|
|
fetch/context/parentworker.js
|
|
fetch/context/sharedworker.js
|
|
fetch/context/parentsharedworker.js
|
|
fetch/context/xml.xml
|
|
fetch/hsts/hsts_test.js
|
|
fetch/hsts/embedder.html
|
|
fetch/hsts/image.html
|
|
fetch/hsts/image-20px.png
|
|
fetch/hsts/image-40px.png
|
|
fetch/hsts/realindex.html
|
|
fetch/hsts/register.html
|
|
fetch/hsts/register.html^headers^
|
|
fetch/hsts/unregister.html
|
|
fetch/https/index.html
|
|
fetch/https/register.html
|
|
fetch/https/unregister.html
|
|
fetch/https/https_test.js
|
|
fetch/https/clonedresponse/index.html
|
|
fetch/https/clonedresponse/register.html
|
|
fetch/https/clonedresponse/unregister.html
|
|
fetch/https/clonedresponse/https_test.js
|
|
fetch/imagecache/image-20px.png
|
|
fetch/imagecache/image-40px.png
|
|
fetch/imagecache/imagecache_test.js
|
|
fetch/imagecache/index.html
|
|
fetch/imagecache/postmortem.html
|
|
fetch/imagecache/register.html
|
|
fetch/imagecache/unregister.html
|
|
fetch/imagecache-maxage/index.html
|
|
fetch/imagecache-maxage/image-20px.png
|
|
fetch/imagecache-maxage/image-40px.png
|
|
fetch/imagecache-maxage/maxage_test.js
|
|
fetch/imagecache-maxage/register.html
|
|
fetch/imagecache-maxage/unregister.html
|
|
fetch/interrupt.sjs
|
|
fetch/origin/index.sjs
|
|
fetch/origin/index-to-https.sjs
|
|
fetch/origin/realindex.html
|
|
fetch/origin/realindex.html^headers^
|
|
fetch/origin/register.html
|
|
fetch/origin/unregister.html
|
|
fetch/origin/origin_test.js
|
|
fetch/origin/https/index-https.sjs
|
|
fetch/origin/https/realindex.html
|
|
fetch/origin/https/realindex.html^headers^
|
|
fetch/origin/https/register.html
|
|
fetch/origin/https/unregister.html
|
|
fetch/origin/https/origin_test.js
|
|
fetch/requesturl/index.html
|
|
fetch/requesturl/redirect.sjs
|
|
fetch/requesturl/redirector.html
|
|
fetch/requesturl/register.html
|
|
fetch/requesturl/requesturl_test.js
|
|
fetch/requesturl/secret.html
|
|
fetch/requesturl/unregister.html
|
|
fetch/sandbox/index.html
|
|
fetch/sandbox/intercepted_index.html
|
|
fetch/sandbox/register.html
|
|
fetch/sandbox/unregister.html
|
|
fetch/sandbox/sandbox_test.js
|
|
fetch/upgrade-insecure/upgrade-insecure_test.js
|
|
fetch/upgrade-insecure/embedder.html
|
|
fetch/upgrade-insecure/embedder.html^headers^
|
|
fetch/upgrade-insecure/image.html
|
|
fetch/upgrade-insecure/image-20px.png
|
|
fetch/upgrade-insecure/image-40px.png
|
|
fetch/upgrade-insecure/realindex.html
|
|
fetch/upgrade-insecure/register.html
|
|
fetch/upgrade-insecure/unregister.html
|
|
match_all_properties_worker.js
|
|
match_all_clients/match_all_controlled.html
|
|
test_serviceworker_interfaces.js
|
|
serviceworker_wrapper.js
|
|
message_receiver.html
|
|
close_test.js
|
|
serviceworker_not_sharedworker.js
|
|
match_all_client/match_all_client_id.html
|
|
match_all_client_id_worker.js
|
|
source_message_posting_worker.js
|
|
scope/scope_worker.js
|
|
redirect_serviceworker.sjs
|
|
importscript.sjs
|
|
importscript_worker.js
|
|
bug1151916_worker.js
|
|
bug1151916_driver.html
|
|
notificationclick.html
|
|
notificationclick.js
|
|
notificationclick_focus.html
|
|
notificationclick_focus.js
|
|
worker_updatefoundevent.js
|
|
worker_updatefoundevent2.js
|
|
updatefoundevent.html
|
|
empty.js
|
|
notification_constructor_error.js
|
|
notification_get_sw.js
|
|
notification/register.html
|
|
notification/listener.html
|
|
notification_alt/register.html
|
|
sanitize/frame.html
|
|
sanitize/register.html
|
|
sanitize/example_check_and_unregister.html
|
|
sanitize_worker.js
|
|
swa/worker_scope_different.js
|
|
swa/worker_scope_different.js^headers^
|
|
swa/worker_scope_different2.js
|
|
swa/worker_scope_different2.js^headers^
|
|
swa/worker_scope_precise.js
|
|
swa/worker_scope_precise.js^headers^
|
|
swa/worker_scope_too_deep.js
|
|
swa/worker_scope_too_deep.js^headers^
|
|
swa/worker_scope_too_narrow.js
|
|
swa/worker_scope_too_narrow.js^headers^
|
|
claim_oninstall_worker.js
|
|
claim_worker_1.js
|
|
claim_worker_2.js
|
|
claim_clients/client.html
|
|
claim_fetch_worker.js
|
|
app-protocol/*
|
|
force_refresh_worker.js
|
|
sw_clients/refresher.html
|
|
sw_clients/refresher_compressed.html
|
|
sw_clients/refresher_compressed.html^headers^
|
|
sw_clients/refresher_cached.html
|
|
sw_clients/refresher_cached_compressed.html
|
|
sw_clients/refresher_cached_compressed.html^headers^
|
|
strict_mode_warning.js
|
|
skip_waiting_installed_worker.js
|
|
skip_waiting_scope/index.html
|
|
interception_featuredetect.js
|
|
thirdparty/iframe1.html
|
|
thirdparty/iframe2.html
|
|
thirdparty/register.html
|
|
thirdparty/unregister.html
|
|
thirdparty/sw.js
|
|
register_https.html
|
|
gzip_redirect_worker.js
|
|
sw_clients/navigator.html
|
|
eval_worker.js
|
|
test_eval_allowed.html^headers^
|
|
opaque_intercept_worker.js
|
|
notify_loaded.js
|
|
test_request_context.js
|
|
fetch/plugin/worker.js
|
|
fetch/plugin/plugins.html
|
|
eventsource/*
|
|
sw_clients/file_blob_upload_frame.html
|
|
redirect_post.sjs
|
|
xslt_worker.js
|
|
xslt/*
|
|
unresolved_fetch_worker.js
|
|
header_checker.sjs
|
|
openWindow_worker.js
|
|
redirect.sjs
|
|
open_window/client.html
|
|
|
|
[test_app_protocol.html]
|
|
skip-if = release_build
|
|
[test_bug1151916.html]
|
|
[test_claim.html]
|
|
[test_claim_fetch.html]
|
|
[test_claim_oninstall.html]
|
|
[test_close.html]
|
|
[test_controller.html]
|
|
[test_cross_origin_url_after_redirect.html]
|
|
[test_empty_serviceworker.html]
|
|
[test_eval_allowed.html]
|
|
[test_fetch_event.html]
|
|
[test_force_refresh.html]
|
|
[test_gzip_redirect.html]
|
|
[test_https_fetch.html]
|
|
[test_https_fetch_cloned_response.html]
|
|
[test_https_origin_after_redirect.html]
|
|
[test_https_origin_after_redirect_cached.html]
|
|
[test_https_synth_fetch_from_cached_sw.html]
|
|
[test_importscript.html]
|
|
[test_install_event.html]
|
|
[test_installation_simple.html]
|
|
[test_interception_featuredetect.html]
|
|
[test_match_all.html]
|
|
[test_match_all_advanced.html]
|
|
[test_match_all_client_id.html]
|
|
[test_match_all_client_properties.html]
|
|
[test_navigator.html]
|
|
[test_origin_after_redirect.html]
|
|
[test_origin_after_redirect_cached.html]
|
|
[test_origin_after_redirect_to_https.html]
|
|
[test_origin_after_redirect_to_https_cached.html]
|
|
[test_post_message.html]
|
|
[test_post_message_advanced.html]
|
|
[test_post_message_source.html]
|
|
[test_register_base.html]
|
|
[test_register_https_in_http.html]
|
|
[test_request_context_audio.html]
|
|
[test_request_context_beacon.html]
|
|
[test_request_context_cache.html]
|
|
[test_request_context_cspreport.html]
|
|
[test_request_context_embed.html]
|
|
[test_request_context_fetch.html]
|
|
[test_request_context_font.html]
|
|
[test_request_context_frame.html]
|
|
[test_request_context_iframe.html]
|
|
[test_request_context_image.html]
|
|
[test_request_context_imagesrcset.html]
|
|
[test_request_context_internal.html]
|
|
[test_request_context_nestedworker.html]
|
|
[test_request_context_nestedworkerinsharedworker.html]
|
|
[test_request_context_object.html]
|
|
[test_request_context_picture.html]
|
|
[test_request_context_ping.html]
|
|
[test_request_context_plugin.html]
|
|
[test_request_context_script.html]
|
|
[test_request_context_sharedworker.html]
|
|
[test_request_context_style.html]
|
|
[test_request_context_track.html]
|
|
[test_request_context_video.html]
|
|
[test_request_context_worker.html]
|
|
[test_request_context_xhr.html]
|
|
[test_request_context_xslt.html]
|
|
[test_scopes.html]
|
|
[test_sandbox_intercept.html]
|
|
[test_notificationclick.html]
|
|
[test_notificationclick_focus.html]
|
|
skip-if = toolkit == "android" || toolkit == "gonk"
|
|
[test_notification_constructor_error.html]
|
|
[test_notification_get.html]
|
|
[test_sanitize.html]
|
|
[test_sanitize_domain.html]
|
|
[test_service_worker_allowed.html]
|
|
[test_serviceworker_interfaces.html]
|
|
[test_serviceworker_not_sharedworker.html]
|
|
[test_skip_waiting.html]
|
|
[test_strict_mode_warning.html]
|
|
[test_third_party_iframes.html]
|
|
[test_unregister.html]
|
|
[test_workerUnregister.html]
|
|
[test_workerUpdate.html]
|
|
[test_workerupdatefoundevent.html]
|
|
[test_opaque_intercept.html]
|
|
[test_xslt.html]
|
|
[test_escapedSlashes.html]
|
|
[test_eventsource_intercept.html]
|
|
[test_not_intercept_plugin.html]
|
|
[test_file_blob_upload.html]
|
|
[test_unresolved_fetch_interception.html]
|
|
[test_hsts_upgrade_intercept.html]
|
|
[test_csp_upgrade-insecure_intercept.html]
|
|
[test_serviceworker_header.html]
|
|
[test_openWindow.html]
|
|
skip-if = toolkit == "android" || toolkit == "gonk"
|
|
[test_imagecache.html]
|
|
[test_imagecache_max_age.html]
|