Mats Palmgren
685fccb096
Bug 1174553 part 2 - Move the AddPercents function into a static method in the nsLayoutUtils class. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
44d4f3b05b
Bug 1174553 part 1 - Add a new flag (BAIL_IF_REFLOW_NEEDED) for IntrinsicForWM() that makes it return early with a NS_INTRINSIC_WIDTH_UNKNOWN result if a reflow is needed to determine the child's correct BSize. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
891bf53892
Bug 1174546 part 2 - [css-grid] Implement the 'auto' min-sizing function in Grid layout. r=jfkthame
2015-09-04 22:06:57 +02:00
Mats Palmgren
04c2ee449f
Bug 1151212 part 2 - [css-grid] Introduce a local GridItemInfo struct for holding a grid item's GridArea and other things. Put two nsTArrays of those in the grid container frame, one for normal flow items and one for abs.pos. grid-aligned descendants. Add a GridItemIndex method on the grid item iterator to return the index for the current item. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
1c16c0bb7e
Bug 1151212 part 1 - [css-grid] Introduce a few local structs (GridReflowState, Tracks, TrackSizingFunctions) to make it easier to pass around data. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
bbb026b9f4
Bug 1174546 part 1 - Introduce nsLayoutUtils::MinSizeContributionForAxis which calculates an intrinsic size contribution from aFrame's 'min-width' property (or 'min-height' if the given axis is vertical) and the corresponding border, padding and margin values. r=jfkthame
2015-09-04 22:06:57 +02:00
Phil Ringnalda
166cfe1acd
Merge m-i to m-c, a=merge
2015-09-05 20:19:43 -07:00
Phil Ringnalda
5fe96b4460
Merge b-i to m-c, a=merge
2015-09-05 20:13:34 -07:00
Phil Ringnalda
ee57d99a6a
Merge f-t to m-c, a=merge
2015-09-05 20:11:56 -07:00
B2G Bumper Bot
2a652d8f98
Bumping manifests a=b2g-bump
2015-09-05 13:55:04 -07:00
B2G Bumper Bot
e5612a2db1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e2c7efbac001
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #31660 from durwasa-chakraborty/my-code-fix2
Bug 1166202
- Fixed web title in transform view r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/92a9bbb3aa50
Author: Durwasa Chakraborty <durwasa.chakraborty@gmail.com>
Desc: Bug 1166202
- Fixed web title in transform view
2015-09-05 13:52:20 -07:00
Phil Ringnalda
90583f7067
Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures
...
CLOSED TREE
Backed out changeset 9c26b3b787f8 (bug 1123237)
Backed out changeset 1fcec0dc93d5 (bug 1123237)
Backed out changeset 390033ceebb6 (bug 1123237)
Backed out changeset e8a1845876d6 (bug 1123237)
Backed out changeset 714ec40715fa (bug 1123237)
Backed out changeset 5ed952e011c3 (bug 1123237)
Backed out changeset c785df6c0cdf (bug 1123237)
Backed out changeset d69e2d195a24 (bug 1123237)
Backed out changeset 1f328807da1d (bug 1123237)
Backed out changeset a1546857dce9 (bug 1123237)
2015-09-05 13:49:39 -07:00
B2G Bumper Bot
3afe1aa686
Bumping manifests a=b2g-bump
2015-09-05 11:19:52 -07:00
Kan-Ru Chen
faba60ea9b
Bug 1201394 - Remove unused mLRUPoolSize member variable. r=gsvelto
2015-09-06 01:11:50 +08:00
Kan-Ru Chen
481b2ce87d
Bug 1201394 - Use cached preferences value in ProcessPriorityManager. r=gsvelto
2015-09-06 01:11:49 +08:00
Kan-Ru Chen
d3bbe94d61
Bug 1123237 - Part 11. Don't use STL in memory-profiler. r=BenWa,cervantes
2015-09-06 00:13:40 +08:00
Kan-Ru Chen
ab9d4cc8c0
Bug 1123237 - Part 10. Expose SwapElements from nsBaseHashtable. r=nfroyd
2015-09-06 00:13:26 +08:00
Kan-Ru Chen
a7b59a69fb
Bug 1123237 - Part 9. Interface to memory-profiler add-ons. r=jimb
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:24 +08:00
Kan-Ru Chen
4b98e919f3
Bug 1123237 - Part 8. Tracking the memory events. r=BenWa,terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:22 +08:00
Kan-Ru Chen
be8573aae1
Bug 1123237 - Part 7. XPCOM interface for memory profiler. r=smaug
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:21 +08:00
Kan-Ru Chen
bb2d076ce8
Bug 1123237 - Part 6. A new API to get backtrace without allocating memory in profiler. r=mstange
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:18 +08:00
Kan-Ru Chen
5c73000eba
Bug 1123237 - Part 5. Don't emit inline allocation when memory profiler enabled. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:17 +08:00
Kan-Ru Chen
4d5b56d15f
Bug 1123237 - Part 4. Monitoring allocations and frees for ArrayBuffer. r=terrence,sfink
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:16 +08:00
Kan-Ru Chen
b5dc966473
Bug 1123237 - Part 3. Monitoring allocation and gc events in nursery and tenured heaps. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:15 +08:00
Kan-Ru Chen
d66f013a48
Bug 1123237 - Part 2. MemoryProfiler hooks in js engine. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-06 00:13:14 +08:00
ffxbld
41bdcbc2ac
No bug, Automated HPKP preload list update from host bld-linux64-spot-1098 - a=hpkp-update
2015-09-05 03:41:54 -07:00
ffxbld
3ee4abd6a6
No bug, Automated HSTS preload list update from host bld-linux64-spot-1098 - a=hsts-update
2015-09-05 03:41:52 -07:00
Julien Pagès
8fef720083
Bug 1201511 - [mozrunner] require mozprocess >=0.22 and bump mozrunner version to 6.10. r=ahal
...
--HG--
extra : commitid : 62SJ4Omh8xE
extra : rebase_source : ab565b3681e6ac4ef62770be7ea7853cf9fbdaa2
2015-09-05 12:17:22 +02:00
Mark Banner
19909b32e5
Bug 1200201 - Remove the code for redirecting to the FxOS client from Loop standalone. r=dmose
2015-09-05 11:01:44 +01:00
Andrea Marchesini
893e3bb469
Bug 1198814 - Use StructuredCloneHelper in PromiseWorkerProxy, r=smaug
2015-09-05 12:22:13 +03:00
J. Ryan Stinnett
a73039099d
Bug 1202019 - Remove old Jetpack test command. r=Mossop
2015-09-04 23:16:08 -05:00
Ehsan Akhgari
18b3cb6c52
Bug 1201938 - Treat warnings as errors in Linux static analysis builds; r=mystor
2015-09-04 22:54:16 -04:00
Nick Fitzgerald
7af93cdc2a
Bug 1200446 - Add a method for saving heap snapshots to MemoryActor; r=jryans
2015-09-04 18:36:52 -07:00
Ehsan Akhgari
126e98eb6f
Bug 1117259 - Disable the no-unused-local-typedef warning if clang supports it; r=gps
...
This warning is typically triggered by code which implements
some kind of assertion macro, and it's probably not a good
indicator of bugs anyway, so there is no good reason to keep
it on.
2015-09-04 21:28:19 -04:00
David Anderson
93bbda05d5
Remove a pref that forces directwrite on when D2D is blocked. (bug 1193641, r=milan)
2015-09-04 17:47:49 -07:00
David Anderson
6ef885ab51
Ensure scroll info layers have a dispatch-to-content region. (bug 1193557 part 2, r=kats)
2015-09-04 17:18:03 -07:00
David Anderson
4c72778d2c
Backout changeset b5e6116756b6 (wrong bug number).
2015-09-04 17:44:23 -07:00
Jeff Walden
e4cb588c20
Bug 1195578 - Consolidate NoneIsOperand and NoneIsOperandYieldEOL modifier exceptions into simply NoneIsOperand. r=arai
...
--HG--
extra : rebase_source : c3389a6400aea7f5d557b6a6e7445e7824341dfa
2015-09-04 16:44:29 -07:00
Wes Kocher
239c2be110
Merge m-c to fx-team, a=merge
2015-09-04 15:42:29 -07:00
Wes Kocher
a5709b4620
Merge inbound to central, a=merge
2015-09-04 15:34:42 -07:00
Wes Kocher
92a6aa7dc1
Merge fx-team to central, a=merge
2015-09-04 15:13:34 -07:00
Florian Quèze
10e7c2f164
Bug 1119250 - remove old searchbar UI - part 6 - move the searchbar panel binding to search.xml, r=Mossop.
2015-09-04 22:54:28 +02:00
Florian Quèze
eb70b9bbbe
Bug 1119250 - remove old searchbar UI - part 5 - remove the old engine manager, r=Mossop.
2015-09-04 22:54:28 +02:00
Florian Quèze
6e1b279b5f
Bug 1119250 - remove old searchbar UI - part 4 - remove the oneoffui attribute, r=Mossop.
2015-09-04 22:54:28 +02:00
Florian Quèze
267485b251
Bug 1119250 - remove old searchbar UI - part 3 - remove the old search drop down, r=Mossop.
2015-09-04 22:54:27 +02:00
Florian Quèze
af96597d99
Bug 1119250 - remove old searchbar UI - part 2 - merge the searchbar-flare binding into the searchbar binding, r=Mossop.
2015-09-04 22:54:27 +02:00
Florian Quèze
4bd509440b
Bug 1119250 - remove old searchbar UI - part 1 - remove the browser.search.showOneOffButtons pref, r=Mossop.
2015-09-04 22:54:27 +02:00
Sebastian Hengst
1eb50ce368
Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE
...
TEST-UNEXPECTED-FAIL | /eventsource/eventsource-close.htm | EventSource: close(), test events - assert_unreached: Dunno what to do with message number 3 Reached unreachable code
Backed out changeset e2612be99d7d (bug 571294)
Backed out changeset 9aea0c4a0822 (bug 1196479)
Backed out changeset 196e98128c58 (bug 571294)
Backed out changeset 1d662c2552bd (bug 571294)
2015-09-04 20:29:48 +02:00
Sebastian Hengst
8440886183
Backed out 8 changesets c8de1f3f0bf3, fc0ab17babda, 051166e3d6e4, 2c11c33beb7c, f52ff32dfb47, 9fe51adf6a70, 6ad2ac42107c, 022810f9a65a (bug 1083101) for for frequent gtest timeouts in Moz2D.TaskScheduler_Join. r=backout on a CLOSED TREE
2015-09-04 20:03:45 +02:00
Nicholas Hurley
4d9aeb8540
Backout bug 1191423 for test bustage on a CLOSED TREE
2015-09-04 10:55:58 -07:00