Граф коммитов

450238 Коммитов

Автор SHA1 Сообщение Дата
Botond Ballo 0fd123dede Bug 1208829 - Make FromUnknownRegion() actually work, and add ToUnknownRegion(). r=mstange
--HG--
extra : source : 5e6eeffb2c3c81c54df58d8c63b639f275b496c7
2015-11-09 20:42:37 -05:00
Andrew McCreight fe52a23b52 Bug 1224338 - Run ContactsService.jsm in the parent process in e10s builds. r=gwagner 2015-11-16 09:52:17 -08:00
Andrea Marchesini a14ba13b57 Bug 1223734 - AudioChannelService should not be re-initialized after the XPCOM shutdown, r=smaug 2015-11-16 17:34:52 +00:00
Andrea Marchesini 76aba80dc5 Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 2 - WPT, r=sicking, r=Ms2ger 2015-11-16 16:57:29 +00:00
Andrea Marchesini d35be12a6d Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-16 16:57:29 +00:00
Ben Kelly 513538cf2c Bug 1224941 Don't crash during ServiceWorker life cycle event dispatch if window is gone. r=baku 2015-11-16 08:41:57 -08:00
Jesse Ruderman fc98aae16c Bug 1153695 - Crashtest. 2015-11-16 17:32:39 +01:00
Mats Palmgren 6e7818f946 Bug 1153695 - Wrap nsAutoOOFFrameList in a scope to ensure its dtor runs before the VerifyOverflowSituation() call (to avoid frames appearing to be on two child lists). r=roc 2015-11-16 17:32:39 +01:00
Mats Palmgren 313a973bc0 Bug 576927 - Use saturating multiply when calculating zoomed app units to avoid integer overflow. r=roc 2015-11-16 17:32:39 +01:00
Mats Palmgren 7763759c02 Bug 1224804 - [css-align] Make ::-moz-table-outer inherit 'justify-self'. r=dholbert 2015-11-16 17:32:39 +01:00
Jesse Ruderman 1bff27f675 Bug 1223282 - Crashtest. 2015-11-16 17:32:39 +01:00
Mats Palmgren c05e8fc735 Bug 1223282 - Make NS_AUTOMARGIN not be the same value as NS_UNCONSTRAINEDSIZE to avoid having clamped huge margin values be interpreted as auto margins. r=roc 2015-11-16 17:32:39 +01:00
Henrik Skupin 1cfcbcafb8 Bug 1223746 - Refactor logging for firefox-ui-tests to allow an easy submission of failures to Treeherder. r=armenzg DONTBUILD 2015-11-16 17:29:47 +01:00
Mason Chang 675f9bf1f2 Bug 1210261. Tick root refresh driver last. r=mattwoodrow 2015-11-16 08:12:38 -08:00
Ben Kelly 5219bd1cea Bug 1223116 P3 Extend the test to check console messages for more service worker conditions. r=bgrins 2015-11-16 08:04:12 -08:00
Ben Kelly 022f7777db Bug 1223116 P2 Make webconsole use new nsIServiceWorkerManager.shouldReportToWindow(). r=bgrins 2015-11-16 08:04:12 -08:00
Ben Kelly 3c283a5f6c Bug 1223116 P1 Expose nsIServiceWorkerManager.shouldReportToWindow(). r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly 443a543aac Bug 1217909 P11 Only report errors to documents that are active and not in the bfcache. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly 45c47fc5e0 Bug 1217909 P10 Remove stale nsTArray when the last registering document for a scope is removed. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly ec63158dff Bug 1217909 P9 Report exceptions to windows performing an intercepted navigation. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly d6cd5e961e Bug 1217909 P8 Track navigation interceptions per scope in ServiceWorkerManager. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly bf2b04c9bf Bug 1217909 P7 Fix mochitest to expect TypeError when serviceWorker.register() rejects. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly f1965a5c01 Bug 1217909 P6 Fix wpt registration.https.html to expect TypeError for script evaluation errors. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly b4fa59c0cd Bug 1217909 P5 Add wpt test case for fetch event handlers that throw. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly 034b029b68 Bug 1217909 P4 Extend wpt tests to verify update() promise values for different script failures. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly a670404ca2 Bug 1217909 P3 Refactor service worker register()/update() to reject only with SecurityErr or TypeErr. r=catalinb
* * *
Bug 1217909 P3 interdiff 001 fix try build
2015-11-16 08:04:11 -08:00
Ben Kelly 086c599374 Bug 1217909 P2 Track registering documents as weak reference so SWM can report errors to them. r=catalinb 2015-11-16 08:04:11 -08:00
Ben Kelly c311fd953d Bug 1217909 P1 Report service worker exceptions to controlled documents. r=catalinb
* * *
Bug 1217909 P1 interdiff 001 refactor
2015-11-16 08:04:11 -08:00
Andrea Marchesini 2a23ba2a31 Bug 1225146 - 'explicit' in some Gonk CTOR code, r=bkelly 2015-11-16 15:48:31 +00:00
Kartikaya Gupta 745bba593a Bug 1225137 - Avoid crash on some platforms if scrollbar fading is enabled and the duration is set to zero. r=spohl
--HG--
extra : commitid : 6fBlaRsXx09
2015-11-16 10:44:45 -05:00
James Graham 6ee92329cd Bug 1213121 - fixup! Wait for at least one close event to fire before ending close-multiple test, to prevent instability, rs=Ms2ger
Missing a return.
2015-11-16 15:42:29 +00:00
James Graham 6094eaba0c Bug 1213121 - Wait for at least one close event to fire before ending close-multiple test, to prevent instability, r=bz 2015-11-16 15:35:43 +00:00
Mark Hammond 301563017d Bug 1224689 - Add a 'sync' mozinfo variable and only run test_remotetabmatches.js if it is defined. r=ted
--HG--
extra : rebase_source : 05d28e12a73a2fe0f0746a5ae13e3268a0821ced
2015-11-15 15:21:00 +01:00
Henri Sivonen bbcedca36e Bug 1214619 - Remove nsISaveAsCharset as much as possible without breaking extensions in popular use. r=emk. 2015-10-22 11:18:45 +03:00
Luke Wagner 92ca11b076 Bug 1200609 - Odin: Update comments and code mentioning interrupting via mprotect (r=benj)
--HG--
extra : rebase_source : 20342d227c9b13b6f642fd344b03fb553d447172
2015-11-16 08:57:31 -06:00
Jacek Caban 6581e3b41d Bug 989499 - mingw 64-bit fixup: use proper type in pointer cast to avoid losing precision.
--HG--
extra : rebase_source : e6bfa6094d96634299fa0a2580f944f758e85ca7
2015-11-16 15:56:46 +01:00
Henry c5b6b535ec Bug 1224508 - Use URI path without reference as the callback key. r=valentin. 2015-11-13 02:15:00 +01:00
Wei Wu 04ed85f1fc Bug 1223767 - "TraceLogger: Assertion failure: i < size_, at js/src/vm/TraceLoggingTypes.h:210". r=hv1989 2015-11-16 05:36:00 +01:00
James Graham 32ca398d6c Bug 1215800 - Make tests for [before]unload events in window.close not depend on timers, r=Ms2ger 2015-11-16 13:52:16 +00:00
James Graham fe5e1cf751 Bug 1225032 - Update to latest wptrunner, a=testonly 2015-11-16 13:52:16 +00:00
James Graham 9fda7aa8f7 Bug 1225032 - Update web-platform-tests expected data to revision a5f15d6bdbeeec010465dc906e542873d64797ec, a=testonly 2015-11-16 13:52:16 +00:00
James Graham e4b7092280 Bug 1215461 - Re-enable session history and navigation tests that are stable after updates, a=testonly 2015-11-16 13:52:16 +00:00
James Graham 6d8a5cdbc6 Bug 1225032 - Update web-platform-tests to revision a5f15d6bdbeeec010465dc906e542873d64797ec, a=testonly
--HG--
rename : testing/web-platform/tests/dom/collections/storage-supported-property-names.html => testing/web-platform/tests/webstorage/storage_supported_property_names.html
2015-11-16 13:52:16 +00:00
Nigel Babu 5b496f6a84 Merge m-c to m-i
CLOSED TREE
2015-11-16 18:42:29 +05:30
Nigel Babu c862a95c6c Backed out changeset 25a5db43969c (bug 1159385) 2015-11-16 18:30:49 +05:30
Nigel Babu f5c71b51f3 Backed out changeset 0080bcc1cecc (bug 1223225) for Windows 8 PGO bc1 bustage ON A CLOSED TREE 2015-11-16 16:03:39 +05:30
Nigel Babu 70eb23339b Backed out changeset 46eadccf444d (bug 1223435) 2015-11-16 16:03:18 +05:30
Nigel Babu 48a17dbb0e Backed out changeset 874285de3dc7 (bug 1223437) 2015-11-16 16:03:15 +05:30
Nigel Babu ef1ce5e989 Backed out changeset 6d47b0590988 (bug 1225004) for ASAN build bustage on a CLOSED TREE
--HG--
extra : amend_source : e082a4a17e47eac5922bcec3059999fae6798cb1
2015-11-16 14:46:58 +05:30
Cameron McCormack fa99a8cc59 Bug 1225004 - Record reason for NS_ERROR_FILE_CORRUPTED in nsLayoutStylesheetCache::LoadSheet in crash reports. r=roc 2015-11-16 19:18:45 +11:00