Mats Palmgren
dab9dc1beb
Bug 1144096 part 7 - [css-grid] Don't create PageBreakFrames inside a Grid container. The container will handle forced breaks on its items. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
9ea79df69f
Bug 1144096 part 6 - [css-grid] Add support for creating Grid container continuations and deal with overflow containers. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
485174bd17
Bug 1144096 part 5 - [css-grid] Create a couple of Grid container frame bits. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
788aa99a4a
Bug 1144096 part 4 - [css-grid] Move more local nsGridContainerFrame classes into .cpp file. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
1235d41a20
Bug 1144096 part 3 - [css-grid] Remove CellMap::ClearOccupied() since it's not needed anymore. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
44db3be14e
Bug 1144096 part 2 - [css-grid] Make GridItemInfo::mFrame available also in non-DEBUG builds since we'll need it to support fragmentation. r=dholbert
2016-03-11 17:39:26 +01:00
Mats Palmgren
5d62d81f90
Bug 1144096 part 1 - [css-grid] Refactor nsGridContainerFrame state and methods. r=dholbert
2016-03-11 17:39:25 +01:00
Alexander Surkov
900d88c035
Bug 1255009 - insert children into the tree on content insertion instead the recaching, r=yzen
2016-03-11 11:35:35 -05:00
Alexander Surkov
2792eb591a
Bug 1249730 - make TreeWalker bi-directional, follow up fix, r=yzen
2016-03-11 11:14:29 -05:00
Carsten "Tomcat" Book
ea6fec29db
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2016-03-11 17:14:35 +01:00
Ryan VanderMeulen
00d56902ad
No bug - Fix busted merge conflict resolution on a CLOSED TREE.
2016-03-11 11:12:25 -05:00
Carsten "Tomcat" Book
ee9fb75679
Merge mozilla-central to mozilla-inbound
2016-03-11 16:57:57 +01:00
Carsten "Tomcat" Book
e070379821
merge mozilla-inbound to mozilla-central a=merge
2016-03-11 16:50:43 +01:00
Carsten "Tomcat" Book
80bad564c7
merge fx-team to mozilla-central a=merge
2016-03-11 11:51:28 +01:00
Carsten "Tomcat" Book
19704bef52
Backed out changeset 554ded299ccb (bug 1255692
) for permanent failures in test_no_token.html
2016-03-11 10:24:34 +01:00
Mike Hommey
0995f72a3a
Bug 1245076 - Don't include mozalloc.h from the cstdlib wrapper. r=froydnj
...
Our STL wrappers do various different things, one of which is including
mozalloc.h for infallible operator new. mozalloc.h includes stdlib.h,
which, in libstdc++ >= 6 is now itself a wrapper around cstdlib, which
circles back to our STL wrapper.
But of the things our STL wrappers do, including mozalloc.h is not one
that is necessary for cstdlib. So skip including mozalloc.h in our
cstdlib wrapper.
Additionally, some C++ sources (in media/mtransport) are including
headers in an extern "C" block, which end up including stdlib.h, which
ends up including cstdlib because really, this is all C++, and our
wrapper pre-includes <new> for mozalloc.h, which fails because templates
don't work inside extern "C". So, don't pre-include <new> when we're not
including mozalloc.h.
2016-03-11 17:33:11 +09:00
Mike Hommey
188ea9bab3
Bug 1245076 - Include cmath instead of math.h in Collider.cpp. r=jfkthame
...
The combination of math.h being included and unified sources made abs()
in UtfCodec.h mean something different, failing the build with
libstdc++6 headers.
2016-03-11 17:33:11 +09:00
Yoshi Huang
59e4bf3989
Bug 1255685 - SessionStorage.jsm should use origin attributes from docshell. r=sicking
2016-03-11 11:45:09 +08:00
Ryan VanderMeulen
5e122b6f0a
Backed out changesets 5115d7a4ff78 and 21e02fc102b4 (bug 1255265) for test_notifications_popup.html timeouts.
...
--HG--
rename : toolkit/components/passwordmgr/test/browser/browser_capture_doorhanger.js => toolkit/components/passwordmgr/test/test_notifications.html
2016-03-10 22:28:52 -05:00
Joel Maher
c2f5092ca2
Bug 1242682 - Separate dom/media into its own subsuite. r=gbrown, a=tomcat
...
MozReview-Commit-ID: ERgFe60aJF8
2016-03-10 11:03:52 -08:00
Seth Fowler
c963068948
Bug 1255362 - Null-check GetContainer() before using it in image-related ConfigureLayer() methods. r=mstange a=Tomcat
2016-03-11 15:12:07 +08:00
Andrew Halberstadt
67699efe5c
Bug 1255467 - Ability for a mach command to dispatch to another's subcommand, r=gps
...
MozReview-Commit-ID: CN8kJU0NrL0
--HG--
extra : rebase_source : 673041aaeaa48cb32c68955e0448737e1ebbc459
2016-03-10 11:45:39 -05:00
Luke Wagner
c77c969418
Bug 1255795 - use UniqueTwoByteChars in AtomizeUTF8Chars (r=jandem)
...
MozReview-Commit-ID: IjHFnhgyCPH
--HG--
extra : rebase_source : f48c118f56db66653168880e5504bd0509c7e357
2016-03-11 08:57:51 -06:00
Ehsan Akhgari
b0223fc046
Bug 1255139 - Keep allowing remote JAR files for IBM iNotes for now on release builds; r=bzbarsky
2016-03-11 10:01:03 -05:00
Jan Odvarko
26702a93c8
Bug 1252807 - Fix eslint warnings in the Net panel. r=pbro
2016-03-10 15:28:44 +01:00
Jan Odvarko
e9b03dfbcf
Bug 1252807 - Fix eslint warnings in the Net panel. r=pbro
2016-03-10 15:25:15 +01:00
Carsten "Tomcat" Book
1c95c143d4
merge mozilla-inbound to mozilla-central a=merge
2016-03-10 11:51:35 +01:00
Carsten "Tomcat" Book
cfe08ac185
merge fx-team to mozilla-central a=merge
2016-03-10 11:44:54 +01:00
Kris Maglione
0a673acdf3
Bug 1220154: Follow-up: Fix ESLint error in test. r=me
...
MozReview-Commit-ID: 77kjFc6jvTH
2016-03-09 17:59:15 -08:00
Hiroyuki Ikezoe
0e6b05c3b8
Bug 1254840 - Use longer animation duration to avoid intermittent failures on slow platforms. r=dholbert
...
MozReview-Commit-ID: FXrO0yI7Irt
--HG--
extra : rebase_source : dc9a4b629d9cb34821e0ba2ae2108454a9781805
2016-03-10 09:36:04 +09:00
Brian Grinstead
004c46bd8f
Bug 1214439 - requestLongerTimeout for browser_dbg_split-console-keypress.js due to linux e10s timeouts;r=me
...
MozReview-Commit-ID: DnkHLe6lFSA
2016-03-09 16:26:30 -08:00
Matthew Noorenberghe
e01f4c4edd
Bug 1251151 - Make test_autofill_password-only.html work for e10s. r=dolske
...
MozReview-Commit-ID: Atwqt9mp6Da
--HG--
rename : toolkit/components/passwordmgr/test/test_autofill_password-only.html => toolkit/components/passwordmgr/test/mochitest/test_autofill_password-only.html
extra : amend_source : aaf81c75cc91b4855f5a5ea10e2a276e56cfd06e
2016-03-09 15:36:17 -08:00
Matthew Noorenberghe
dd41ede7e4
Bug 1251098 - pwmgr: Enable test_recipe_login_fields.html in e10s. r=dolske
...
MozReview-Commit-ID: G0446CyBc4D
--HG--
rename : toolkit/components/passwordmgr/test/mochitest.ini => toolkit/components/passwordmgr/test/mochitest/mochitest.ini
rename : toolkit/components/passwordmgr/test/test_recipe_login_fields.html => toolkit/components/passwordmgr/test/mochitest/test_recipe_login_fields.html
2016-03-09 15:32:14 -08:00
Matthew Noorenberghe
b0a3337efd
Bug 1251092 - Move password manager mochitest-chrome tests to a chrome subdirectory. r=dolske
...
MozReview-Commit-ID: JHIaCJLjdBt
--HG--
rename : toolkit/components/passwordmgr/test/chrome.ini => toolkit/components/passwordmgr/test/chrome/chrome.ini
rename : toolkit/components/passwordmgr/test/test_formless_autofill.html => toolkit/components/passwordmgr/test/chrome/test_formless_autofill.html
rename : toolkit/components/passwordmgr/test/test_formless_submit.html => toolkit/components/passwordmgr/test/chrome/test_formless_submit.html
rename : toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html => toolkit/components/passwordmgr/test/chrome/test_privbrowsing_perwindowpb.html
2016-03-09 15:29:05 -08:00
Matthew Noorenberghe
4916b4f8c6
Bug 1251092 - Cleanup function comments and undeclared variable in pwmgr_common.js. r=dolske
...
MozReview-Commit-ID: 5YFPrr584aD
2016-03-09 15:29:00 -08:00
Matthew Noorenberghe
4a12dde69b
Bug 1251092 - Fix inconsistent indentation in pwmgr_common.js. r=dolske
...
MozReview-Commit-ID: 7SMcyyjt1QS
2016-03-09 15:28:55 -08:00
Matthew Noorenberghe
70da2ea8f6
Bug 1251139 - Follow-up to properly rebase over bug 1153128. r=me
...
on a CLOSED TREE
MozReview-Commit-ID: 35xb0uBoOrf
2016-03-09 14:53:52 -08:00
Andrew Halberstadt
6e6c1c8aae
Bug 1245092
- Install reftest and specialpowers extensions at runtime via AddonManager.installTemporaryAddon, r=jgriffin
...
MozReview-Commit-ID: 5HSa3nFVTeF
--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest.jsm
extra : rebase_source : 924a3e937b47cac03674acdb56334882a2373f50
2016-03-09 14:38:13 -05:00
Andrew McCreight
c6a7d6bd2f
Bug 1252256, part 10 - Enable test_dom_wheel_event.html on e10s. r=masayuki
2016-03-11 06:41:44 -08:00
Andrew McCreight
bdab462e56
Bug 1253041 - Don't apply user wheel prefs more than once. r=smaug
...
This causes the preferences to be applied twice for events that are sent to the child process
2016-03-11 06:41:44 -08:00
Jan de Mooij
a3239fa787
Bug 1227035 - Tighten the check in ObjectGroup::useSingletonForClone a bit more. r=bhackett
2016-03-11 15:21:16 +01:00
Jan de Mooij
0a25b198fc
Bug 1252903 - Add a missing OOM check in IonBuilder::inlineCalls. r=jonco
2016-03-11 15:20:24 +01:00
Jan de Mooij
40172eddb0
Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz
2016-03-11 15:19:06 +01:00
Mats Palmgren
46689fcaca
Bug 1253977 part 2 - Reftests.
...
* * *
Bug 1253977 - Tweak the reftest to make it pass on Windows 8. r=me
2016-03-11 14:50:58 +01:00
Mats Palmgren
22f0e87b7d
Bug 1253977 part 1 - Update focus state on combobox frame destruction/construction properly. r=tn
2016-03-11 14:50:58 +01:00
Neil Deakin
895e698fb9
Bug 1254988, remove correct listener in waitForFocus, r=jmaher
2016-03-11 08:50:22 -05:00
Dustin J. Mitchell
877969d5e0
Bug 1231200: produce treeherder-compatible errors; r=jmaher
...
MozReview-Commit-ID: CO4R2LRa23g
--HG--
extra : rebase_source : 55a9feb63949060587eee7a9a2f8098e6d3a4d6f
2016-03-10 23:12:29 +00:00
Tom Schuster
fd321807d6
Bug 892903 - Remove Proxy.create and Proxy.createFunction. r=efaust
2016-03-11 13:32:26 +01:00
Tom Schuster
2f90a139af
Bug 892903 - Remove Proxy.create from jstests. r=efaust
2016-03-11 13:32:26 +01:00
Tom Schuster
1d0c6f5e3a
Bug 892903 - Remove Proxy.create from jit-tests. r=efaust
2016-03-11 13:32:26 +01:00