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

470759 Коммитов

Автор SHA1 Сообщение Дата
Andrew McCreight 2f632d2f46 Bug 1263235, part 3 - Move PHttpChannel::OnTransportAndData's data argument last. r=mayhemer
This will reduce internal memory fragmentation for the IPC::Message used to make this call.
2016-04-14 10:41:01 -07:00
Honza Bambas f497bdb20f Bug 1263028 - send HTTP data to the content process in smaller chunks, r=michal 2016-04-14 10:41:00 -07:00
Jonathan Watt 18119d61b6 Bug 1263256 - Silence startup JavaScript strict warning in chrome://browser/content/newtab/newTab.js. r=MattN 2016-04-08 18:32:14 +01:00
Jonathan Watt d1314835b8 Bug 1264159 - Use the new JS octal notation instead of parseInt when specifying octal numbers in browser code. r=standard8
--HG--
extra : rebase_source : c269bd066eddef41ae360c9bc4ff4b1a1e0832bb
2016-04-08 12:50:23 +01:00
David Anderson 3e4fb4b49e Fix D3D11VideoCrashGuard missing a switch case in ContentParent. (bug 1263725, r=mattwoodrow)
--HG--
extra : rebase_source : 65a34790f90c6683df52e0248edc5aaffce718f5
2016-04-14 00:15:31 -04:00
Felipe Gomes e17d7154aa Bug 1264437 - Manage browser.tabs.remote.autostart.2 pref even for disqualified users. r=rvitillo
MozReview-Commit-ID: ALyxXdWGsdK

--HG--
extra : rebase_source : 574415656cbcc46195e1b61f9289a056ad8c2cc7
2016-04-14 12:20:30 -03:00
Andrew McCreight 8ff7bf5725 Bug 1260908 - Fix type of kMinTelemetryMessageSize. r=smaug 2016-04-14 09:22:44 -07:00
Tom Schuster c10d9494c7 Bug 1041586 - Fold away property accesses to not-defined properties. r=jandem 2016-04-14 18:09:56 +02:00
Markus Stange c13466741d Bug 1263975 - XUL scrollbox (e.g. the tab bar) should respond to pixel scrolls by pixel scrolling. r=enndeakin+6102
MozReview-Commit-ID: 8XgagEVbiQg

--HG--
extra : rebase_source : 86991d5635cdec44ed80186ff0194791fa2a292d
2016-01-05 18:35:23 +01:00
Gregory Arndt c28e7dd066 Bug 1264652 - Add scope to extend task graph to the decision task r=dustin
MozReview-Commit-ID: Cpga6Q6KyKC

--HG--
extra : rebase_source : dd96146d8f45cf669e697211d31c154430d3831e
2016-04-14 08:55:33 -05:00
Nathan Froyd 5de480bee4 Bug 1264187 - check for a ProtoAndIfaceCache before blindly destroying it; r=bz
We normally create global objects in the DOM bindings via:

  1. Call JS_NewGlobalObject.
  2. Set a private slot to hold a ProtoAndIfaceCache.
  3. Other steps that aren't relevant here.

However, it's possible for step 1 to construct a global inside the JS
engine and then fail to initialize it in some way.  When that happens,
the newly-created object will be subjected to GC and any GC-related
hooks that were passed in to JS_NewGlobalObject.  Which implies that our
tracing and finalization hooks must be prepared to handle an object
that's not fully initialized--i.e. doesn't have a ProtoAndIfaceCache
object allocated for it.  We handled such a case in our trace hook, but
we failed to add the same check for our finalization hook.  Do so.
2016-04-14 11:42:34 -04:00
Jan de Mooij 67e655e4bf Bug 1261361 - Make Vector::infallibleGrowByUninitialized check mReserved instead of mCapacity. r=Waldo
--HG--
extra : rebase_source : 2b6cdfae61946505b83748c016ef0b112ecf4780
2016-04-14 17:32:48 +02:00
Nathan Froyd b0e24f4d55 Bug 1262400 - remove outer pointers from nsCreateInstance* classes; r=erahm
Outer pointers for object aggregation never get used.  Having these
always-null pointers around means extra space to store them and extra
instructions to deal with them.  Let's just remove them.
2016-04-14 11:30:59 -04:00
Alexander Surkov 79325fd1a2 Bug 1264473 - do not schedule child document rebuinding during main document shutdown, r=yzen 2016-04-14 11:15:16 -04:00
Paul Adenot c769964bb2 Bug 1264594 - Update libcubeb to revision 727121. r=kinetik
MozReview-Commit-ID: 26uBiAvDcFy
2016-04-14 12:33:18 +02:00
Carsten "Tomcat" Book b8470234ca Backed out changeset 0eb8cf4e5b92 (bug 1224186) for w2 wpt test issues on a CLOSED TREE 2016-04-14 15:53:52 +02:00
John Dai 970541e62b Bug 1037725 - Add warning message in the console when worker spawn over limit. r=khuey 2016-04-12 01:41:00 +02:00
Honza Bambas 4d038ffd77 Bug 1240929 - Copy some HTTP request headers automatically on redirect, r=mcmanus 2016-04-06 09:28:00 +02:00
Emilio Cobos Álvarez 71e0a9f1d1 Bug 1224186 - Implement DOMTokenlist.replace r=baku r=Ms2ger 2016-04-13 08:49:00 +02:00
Alexander Surkov a426e529c3 Bug 1263188 - fix event tree coalescence, part4, r=yzen 2016-04-14 07:46:58 -04:00
Alexander Surkov 77445951cd Bug 1263188 - more assertions, part3, r=yzen 2016-04-14 07:39:44 -04:00
Sebastian Hengst 5b3efc9d1b Bug 1264576 - Fix typo from bug 682294 which prevents fetching of the error title for file access denied. r=sebastian
MozReview-Commit-ID: Cps3q08vCMK
2016-04-14 11:26:41 +02:00
Nicolas Silva 2662119963 Bug 1258768 - Remove the remaining unsafe compositor casts. r=dvander 2016-04-14 12:38:42 +02:00
Nicolas Silva fbb16ba823 Bug 1258768 - Check compositor backends before casting. r=dvander 2016-04-14 12:38:38 +02:00
Tooru Fujisawa 12599436b1 Bug 1264561 - Fix ClassOps::call and ClassOps::construct address calculation in visitIsCallable and visitIsConstructor. r=efaust
--HG--
extra : amend_source : ccd8d65ee7622b071fb90c46d53c6ffcfaf2613a
2016-04-14 19:00:17 +09:00
Andrea Marchesini 65b2fadf7a Bug 778003 - enable mochitest dom/base/test/test_fileapi_slice.html for e10s, r=RyanVM 2016-04-14 05:51:18 -04:00
Carsten "Tomcat" Book 49aae827cb Merge mozilla-central to mozilla-inbound 2016-04-14 11:43:48 +02:00
Carsten "Tomcat" Book 32c25ca2da merge mozilla-inbound to mozilla-central a=merge 2016-04-14 11:38:11 +02:00
Jeff Walden 7757c74ac0 Declare and define ExecutableAllocator::reprotectRegion only #ifdef NON_WRITABLE_JIT_CODE, to eliminate MOZ_ASSERT of a constant condition that makes some compilers warn. No bug, r=efaust over IRC 2016-04-13 19:19:03 -07:00
Michael Kaply b4f3501464 Bug 1264076 - Remove accidental commit of bouncer change; r=me 2016-04-13 20:51:40 -05:00
Michael Kaply e9bc8bf7d5 Bug 1264076 - Allow customized device string for user agent on Fennec; r=mcmanus 2016-04-13 20:46:13 -05:00
Chenxia Liu 96c3aca20a Bug 1264262 - crash in java.lang.IllegalArgumentException: Missing default panels at org.mozilla.gecko.home.HomeConfigPrefsBackend.combineHistoryAndSyncPanels(HomeConfigPrefsBackend.java). r=mcomella
MozReview-Commit-ID: F9Sg6l6yMlw

--HG--
extra : rebase_source : 99d7217ee84b47b361c012d4a0ed423207f46edc
2016-04-13 18:38:02 -07:00
Matthew Noorenberghe 034455b872 Bug 1262301 - Enable test_basic_form_2pw_2.html for e10s. r=dolske
MozReview-Commit-ID: HApBJPGyL2E

--HG--
rename : toolkit/components/passwordmgr/test/test_basic_form_2pw_2.html => toolkit/components/passwordmgr/test/mochitest/test_basic_form_2pw_2.html
extra : rebase_source : 06710937949ac9c4d00fa37943b3b1a94506e52b
2016-04-13 16:30:13 -07:00
Matthew Noorenberghe faa46e464b Bug 1258860 - Make test_basic_form_autocomplete.html work in e10s. r=dolske
MozReview-Commit-ID: B9D9h4uBOqw

--HG--
rename : toolkit/components/passwordmgr/test/test_basic_form_autocomplete.html => toolkit/components/passwordmgr/test/mochitest/test_basic_form_autocomplete.html
extra : rebase_source : 9b15fdc8bacf1ac85bc65d727229ff2b8f08214b
2016-04-13 16:29:49 -07:00
Matthew Noorenberghe befddc7bcd Bug 1251042 - Backout unintentional change to password manager mochitest.ini.
MozReview-Commit-ID: 1LFunyChPZy

--HG--
extra : rebase_source : 4ca4d4c6db2ad7abdd7c28a43207a15e36e2b54c
2016-04-13 16:32:45 -07:00
Wes Kocher 0a4fee790e Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 3UVypl5oC1y
2016-04-13 16:39:55 -07:00
Armen Zambrano Gasparnian 92d3123985 Bug 1243024 - Make Firefox TC Linux64 debug jobs tier1. r=jmaher a=mergeitmergeitmergeit
MozReview-Commit-ID: GH8VoxQnDSM

--HG--
extra : source : 59c4fa834f303effb095747161c1483cc014462c
2016-04-13 15:04:43 -04:00
Wes Kocher 6248f1e33c Merge inbound to central, a=merge
MozReview-Commit-ID: 4hSCKRdSJmM
2016-04-13 14:18:44 -07:00
Wes Kocher f3df247887 Backed out 2 changesets (bug 1261347) for test_browserElement_oop_getWebManifest.html ASAN failures
Backed out changeset 4b36ba619815 (bug 1261347)
Backed out changeset 685e89b31d6b (bug 1261347)

MozReview-Commit-ID: GTd1qTIR3ni
2016-04-13 10:55:08 -07:00
Sebastian Hengst 4ee65db5e7 Backed out changeset 0c21f872515b (bug 1192840) for failure in modified test_csp_reports.js. r=backout 2016-04-13 19:32:44 +02:00
Neil Deakin 6dffca7790 Bug 1243011, skip popup open check for back button context menu so that it doesn't sometimes contain the wrong items, r=felipe 2016-04-13 13:15:57 -04:00
Neil Deakin 801c562047 Bug 1253486, [e10s only] hide select popups when the select element is removed, r=mconley 2016-04-13 13:15:55 -04:00
Marco Castelluccio c02bb2e575 Bug 1263158 - Check if key is present in manifest object before using it. r=fabrice 2016-04-13 16:47:01 +01:00
Alexander Surkov 5b34156025 Bug 1263188 - fix event tree building, part2, r=yzen 2016-04-13 11:22:19 -04:00
Mark Goodwin 23e56a0fd2 Bug 1252882 - Add a Content Signature Service r=keeler,r=franziskus,r=Cykesiopka
MozReview-Commit-ID: 2nS6vN3iDKe
2016-04-13 13:26:01 +01:00
Jean-Yves Avenard 2d5d30672a Bug 1263839: P2. Force re-run of VP9 benchmark based on a version check. r=kentuckyfriedtakahe
The version number is to be manually updated when we want to re-run the test (like improvement in ffvp9 or libvpx)

MozReview-Commit-ID: 9KzYCGWvIpp

--HG--
extra : rebase_source : a5c06065d3e174f3a4cb5ca0fbe2b08b8728f083
2016-04-13 12:44:29 +10:00
Andrzej Hunt 7783783cc8 Bug 1264134 - Don't assert SavedReaderViewHelper running off main thread r=mcomella
It turns out that with sync enabled, we do the first load of the database on the UI thread.
The SavedReaderViewHelper (which is initialised during DB load) assumes we're run off the
main thread, we need to disable that assertion until we can ensure that DB loading is done
off the main thread.

MozReview-Commit-ID: AYQewTVjEbA

--HG--
extra : amend_source : 7d479084124b57135f4a97687d43652cf8041960
2016-04-12 18:55:25 -07:00
Michael Comella 0d07c41e3e Bug 1260758 - Bump core ping version for distribution id. r=trivial
MozReview-Commit-ID: 2MfuzuTTimI
2016-04-13 16:23:55 -07:00
Margaret Leibovic 549c799b69 Bug 1261137 - Add groups in Settings > Advanced. r=sebastian
MozReview-Commit-ID: 2jUL0PJ33bq

--HG--
extra : rebase_source : b715458d0ab6dd137e42467f98ed6a94ffa719c1
2016-04-12 17:52:47 -04:00
Margaret Leibovic bc99856818 Bug 1262489 - Improve wording of "Show web fonts" setting. r=sebastian
MozReview-Commit-ID: CNcOsT0Zusm

--HG--
extra : rebase_source : 3e3a57468d3cc0d26ce43400cc333bd2eedf3123
2016-04-12 17:41:01 -04:00