Robert O'Callahan
621ee65ba4
Bug 1022612. Part 9: nsDisplayScrollInfoLayer destructor does not need to destroy ScrollLayerCount. r=mattwoodrow
...
Getting the timing of this right without processing display items in reverse
order is hard. But it doesn't matter if this property sticks around anyway.
--HG--
extra : rebase_source : a5a68cc0184209506b5c842bf3c5b90648aae159
2014-06-09 16:47:59 +12:00
Robert O'Callahan
bb2fc8e625
Bug 1022612. Part 8: nsDisplayWrapList (but not subclasses) should return true for ShouldFlattenAway. r=mattwoodrow
...
Also the assertion in TryMerge is going away because we're going to do TryMerge
first in FrameLayerBuilder.
--HG--
extra : rebase_source : de8a1a620279182bf5e33165aa9bbe9a74c08a73
2014-06-09 16:47:59 +12:00
Robert O'Callahan
42f5fe07b1
Bug 1022612. Part 7: Enable APZC for IPC reftests. r=billm
...
--HG--
extra : rebase_source : 3032baafc1ec69212c8d920b0795cff04f50fb87
2014-06-25 18:38:05 +12:00
Robert O'Callahan
a7afb232a3
Bug 1022612. Part 6: Set the initial mVisibleRect for each display item to the dirty rect when we create the item. r=mattwoodrow
...
--HG--
extra : rebase_source : b3207861e7476e954a8869a8b2d74e642ea6e56b
2014-06-09 16:47:59 +12:00
Robert O'Callahan
de75b34e18
Bug 1022612. Part 5: BuildDisplayListForExtraPage needs to pass the correct dirty rect in. r=mattwoodrow
...
When printing, every page has the same origin. So doing this change naively
would result in the first page having all the display items for every page
added to it, and all but the first page's display items being pruned
away by PruneDisplayListForExtraPage. This would making printing long documents
very slow. We avoid that problem with the new check for
NS_FRAME_FORCE_DISPLAY_LIST_DESCEND_INTO, so the only pages other than the
current page we descend into are the ones with placeholders for abs-pos content
on the current page.
--HG--
extra : rebase_source : b9b8c53d5ad5e4eb2d3c5e1f407d605558b3b9d0
2014-06-09 16:47:58 +12:00
Robert O'Callahan
b928ef8d93
Bug 1022612. Part 4: Track current dirty rect in nsDisplayListBuilder. r=mattwoodrow
...
We need this to set the initial visible rect during display list construction.
Eventually we'll also be able to get rid of the dirty rect parameter to
nsIFrame::BuildDisplayList.
--HG--
extra : rebase_source : b793c7d51917b85ea2a5f39993bc1fec24b49d04
2014-05-20 15:59:14 +12:00
Robert O'Callahan
2f1bbefcfd
Bug 1022612. Part 3: Rename "cached frame" to "current frame" in nsDisplayListBuilder and take advantage of the fact it's always set. r=mattwoodrow
...
--HG--
extra : rebase_source : cde43a3f358fbb0991ed84d10fc4e1a0de255e9c
2014-05-20 15:49:54 +12:00
Robert O'Callahan
3baea5dd36
Bug 1022612. Part 2: Remove unused nsDisplayWrapList constructor. r=mattwoodrow
...
--HG--
extra : rebase_source : 724f95df1dec4a8c7e1a136e029b06e56eb7202f
2014-05-20 15:08:20 +12:00
Robert O'Callahan
8d8168a588
Bug 1022612. Part 1: Always pass a frame to AutoBuildingDisplayList. r=mattwoodrow
...
--HG--
extra : rebase_source : 7ae8b6e75e0ceeda8afd214e9792a915a21928e3
2014-05-20 15:08:18 +12:00
Neil Rashbrook
5aea9a701a
Bug 1041140 Fix design flaws in FakeString r=bz
2014-07-19 14:23:19 +01:00
Sotaro Ikeda
5c36208714
Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical
2014-07-19 05:33:12 -07:00
Marco Castelluccio
dbbaa5a183
Bug 1040179 - Test marketplace-dev certificates. r=fabrice
2014-07-19 13:51:24 +02:00
Trevor Saunders
21fb0d365a
no bug - don't return nullptr in functions returning bool r=themaid
2014-07-17 20:11:27 -04:00
L. David Baron
759eebe6d2
Bug 1040386: Fix hopefully-harmless CSS syntax error in isOMTAWorking(). r=birtles
...
I noticed this in the logs of a B2G emulator mochitest run.
2014-07-18 21:22:20 -07:00
L. David Baron
374118e754
Bug 1041060: Use AllocateByObjectID/FreeByObjectID for nsInheritedStyleData and nsResetStyleData. r=heycam
...
This is similar to bug 1038488, which did the same for style structs.
This means the entire path from frame to style struct should be
allocated using frame IDs or object IDs.
2014-07-18 21:22:20 -07:00
Wes Kocher
aaecca5c9f
Backed out 3 changesets (bug 1037408) for dt orange on a CLOSED TREE
...
Backed out changeset 8833bb7e90de (bug 1037408)
Backed out changeset c9cfdc0bbfbc (bug 1037408)
Backed out changeset f875dc5e0df7 (bug 1037408)
2014-07-18 21:04:00 -07:00
Wes Kocher
d1342c1421
Backed out changeset 1db5409ea062 (bug 1037430) for dt orange on a CLOSED TREE
2014-07-18 21:03:15 -07:00
Wes Kocher
df4be1aa83
Merge m-c to inbound
2014-07-18 18:44:43 -07:00
Wes Kocher
3d1abf596a
Merge m-c to inbound
2014-07-18 18:42:49 -07:00
Wes Kocher
fce4d7a57d
Merge fx-team to m-c a=merge
2014-07-18 18:31:46 -07:00
Wes Kocher
f35c6038e3
Merge b2g-inbound to m-c a=merge
2014-07-18 18:19:48 -07:00
Wes Kocher
9fd887a056
Merge inbound to m-c a=merge
2014-07-18 17:51:39 -07:00
Florian Quèze
e8ce41b015
Bug 1037430 - implement webrtc global indicator in the Mac menubar, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
0635b86b59
Bug 1037408 - implement the global indicator window, initial patch by Gijs, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
a3cc5a9278
Bug 1037408 - webrtcUI's activeStreams getter should be able to return lists for a specific device type, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
6bad024580
Bug 1037408 - add booleans to webrtcUI indicating which sharing indicators should be shown, r=dolske.
2014-07-19 02:49:18 +02:00
Bill McCloskey
b7d71d4781
Bug 1039034 - Don't leak add-on interpositions at shutdown (r=bholley)
2014-07-18 16:50:55 -07:00
Mike Hommey
40d22b0bb7
Bug 1040649 - Detect changes to frozen variables between rules.mk include and the end of Makefile.in. r=mshal
2014-07-19 08:46:33 +09:00
Mike Hommey
d3f990ebdb
Bug 1040639 - Remove LIBS_DIR. r=mshal
2014-07-19 08:42:16 +09:00
B2G Bumper Bot
8c3e3b99ee
Bumping manifests a=b2g-bump
2014-07-18 15:46:18 -07:00
B2G Bumper Bot
336b45f54f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4af9ed6ff7ff
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #21945 from yzen/bug-1040290
Bug 1040290 - remedying the visibility conflict between the value select...
========
https://hg.mozilla.org/integration/gaia-central/rev/d0cf1ea8dce8
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1040290 - remedying the visibility conflict between the value selector and the system dialog that triggers it.
2014-07-18 15:40:31 -07:00
Wes Kocher
f4ffadfc12
Backed out changeset a1778d8e2e38 (bug 1030889) for mochitest-oth orange
2014-07-18 15:01:39 -07:00
Mark Finkle
466e920d5e
Bug 1006186 - Update discovery tests since we support webm now r=me
2014-07-18 17:41:31 -04:00
B2G Bumper Bot
40190527e2
Bumping manifests a=b2g-bump
2014-07-18 14:06:16 -07:00
B2G Bumper Bot
d61c6c8471
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5fa77f5e0bff
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #21926 from etiennesegonzac/bug-1039445
Bug 1039445 - Preventing a race where the LayoutManager compute a 0 height. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/03b32994fe2b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1039445 - Preventing a race where the LayoutManager compute an available height of 0.
2014-07-18 14:00:31 -07:00
B2G Bumper Bot
51075ea352
Bumping manifests a=b2g-bump
2014-07-18 13:56:41 -07:00
B2G Bumper Bot
e6e4cfcb2e
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7f597f1bc740
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1040070 - Follow-up, revert change to default number of columns r=me
2014-07-18 13:50:31 -07:00
Patrick McManus
08a92d4674
bug 1035075 - orderly shutdown of pac thread r=sworkman
2014-07-18 16:44:24 -04:00
Wes Kocher
e0365dc1db
Backed out changeset 72d92f058cf0 (bug 989348) under suspicion of causing various devtools crashes
2014-07-18 16:29:58 -07:00
Andrei Oprea
f3affdedea
Bug 1040901 - Make Loop incoming call view match MVP spec, r=dmose
...
--HG--
rename : browser/components/loop/content/js/conversation.js => browser/components/loop/content/js/conversation.jsx
2014-07-18 15:50:10 -07:00
Wes Kocher
929219727b
Backed out changeset ece3f69eb1b1 (bug 1035075) for various gc crashes
2014-07-18 15:32:00 -07:00
Shu-yu Guo
df4b247bb2
Bug 1037665 - Don't optimize arguments.callee in strict mode. (r=h4writer)
2014-07-18 14:39:30 -07:00
B2G Bumper Bot
e718b7d363
Bumping manifests a=b2g-bump
2014-07-18 13:37:02 -07:00
B2G Bumper Bot
ca4f860c05
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5e58fc9a9fe2
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #21943 from 6a68/fixup-bug-1040747
Bug 1040747 - Modify erase command to use the new factoryReset. r=fabric...
========
https://hg.mozilla.org/integration/gaia-central/rev/a25460f377fe
Author: Mark Goodwin <mgoodwin@mozilla.com>
Desc: Bug 1040747 - Modify erase command to use the new factoryReset. r=fabrice
2014-07-18 13:35:29 -07:00
B2G Bumper Bot
6ee1ba263e
Bumping manifests a=b2g-bump
2014-07-18 13:26:22 -07:00
B2G Bumper Bot
3f5b0bdd4d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c87580147f3
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21925 from past/keyboard-bug-1040012
Bug 1040012 - Long press on period key in the Greek keyboard should show...
========
https://hg.mozilla.org/integration/gaia-central/rev/50564046fbc8
Author: Panagiotis Astithas <pastith@gmail.com>
Desc: Bug 1040012 - Long press on period key in the Greek keyboard should show the special character menu. r=rudyl
2014-07-18 13:20:28 -07:00
Ryan VanderMeulen
0396faa45a
Merge m-c to b2g-inbound. a=merge
...
--HG--
rename : toolkit/components/places/tests/inline/head_autocomplete.js => toolkit/components/places/tests/unifiedcomplete/head_autocomplete.js
rename : toolkit/components/places/tests/autocomplete/test_416211.js => toolkit/components/places/tests/unifiedcomplete/test_416211.js
rename : toolkit/components/places/tests/autocomplete/test_416214.js => toolkit/components/places/tests/unifiedcomplete/test_416214.js
rename : toolkit/components/places/tests/autocomplete/test_417798.js => toolkit/components/places/tests/unifiedcomplete/test_417798.js
rename : toolkit/components/places/tests/autocomplete/test_418257.js => toolkit/components/places/tests/unifiedcomplete/test_418257.js
rename : toolkit/components/places/tests/autocomplete/test_422277.js => toolkit/components/places/tests/unifiedcomplete/test_422277.js
rename : toolkit/components/places/tests/inline/test_autocomplete_functional.js => toolkit/components/places/tests/unifiedcomplete/test_autocomplete_functional.js
rename : toolkit/components/places/tests/autocomplete/test_autocomplete_on_value_removed_479089.js => toolkit/components/places/tests/unifiedcomplete/test_autocomplete_on_value_removed_479089.js
rename : toolkit/components/places/tests/inline/test_casing.js => toolkit/components/places/tests/unifiedcomplete/test_casing.js
rename : toolkit/components/places/tests/inline/test_do_not_trim.js => toolkit/components/places/tests/unifiedcomplete/test_do_not_trim.js
rename : toolkit/components/places/tests/autocomplete/test_download_embed_bookmarks.js => toolkit/components/places/tests/unifiedcomplete/test_download_embed_bookmarks.js
rename : toolkit/components/places/tests/autocomplete/test_empty_search.js => toolkit/components/places/tests/unifiedcomplete/test_empty_search.js
rename : toolkit/components/places/tests/autocomplete/test_enabled.js => toolkit/components/places/tests/unifiedcomplete/test_enabled.js
rename : toolkit/components/places/tests/autocomplete/test_escape_self.js => toolkit/components/places/tests/unifiedcomplete/test_escape_self.js
rename : toolkit/components/places/tests/autocomplete/test_ignore_protocol.js => toolkit/components/places/tests/unifiedcomplete/test_ignore_protocol.js
rename : toolkit/components/places/tests/autocomplete/test_keyword_search.js => toolkit/components/places/tests/unifiedcomplete/test_keyword_search.js
rename : toolkit/components/places/tests/inline/test_keywords.js => toolkit/components/places/tests/unifiedcomplete/test_keywords.js
rename : toolkit/components/places/tests/autocomplete/test_match_beginning.js => toolkit/components/places/tests/unifiedcomplete/test_match_beginning.js
rename : toolkit/components/places/tests/autocomplete/test_multi_word_search.js => toolkit/components/places/tests/unifiedcomplete/test_multi_word_search.js
rename : toolkit/components/places/tests/inline/test_queryurl.js => toolkit/components/places/tests/unifiedcomplete/test_queryurl.js
rename : toolkit/components/places/tests/autocomplete/test_special_search.js => toolkit/components/places/tests/unifiedcomplete/test_special_search.js
rename : toolkit/components/places/tests/autocomplete/test_swap_protocol.js => toolkit/components/places/tests/unifiedcomplete/test_swap_protocol.js
rename : toolkit/components/places/tests/autocomplete/test_tabmatches.js => toolkit/components/places/tests/unifiedcomplete/test_tabmatches.js
rename : toolkit/components/places/tests/inline/test_trimming.js => toolkit/components/places/tests/unifiedcomplete/test_trimming.js
rename : toolkit/components/places/tests/inline/test_typed.js => toolkit/components/places/tests/unifiedcomplete/test_typed.js
rename : toolkit/components/places/tests/autocomplete/test_word_boundary_search.js => toolkit/components/places/tests/unifiedcomplete/test_word_boundary_search.js
rename : toolkit/components/places/tests/inline/test_zero_frecency.js => toolkit/components/places/tests/unifiedcomplete/test_zero_frecency.js
rename : toolkit/components/places/tests/inline/xpcshell.ini => toolkit/components/places/tests/unifiedcomplete/xpcshell.ini
extra : rebase_source : 097015a1d2d7638424406d4280bce0c56ff2226a
2014-07-18 15:54:49 -04:00
B2G Bumper Bot
91ef2f4ab2
Bumping manifests a=b2g-bump
2014-07-18 12:51:51 -07:00
B2G Bumper Bot
138c9cf017
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d12b81be5b2d
Author: Andrew Halberstadt <halbersa@gmail.com>
Desc: Merge pull request #21788 from ahal/gi_manifests
Bug 1039140 - Add manifestparser style manifests for gaia-integration, r...
========
https://hg.mozilla.org/integration/gaia-central/rev/02bc23c1732a
Author: Andrew Halberstadt <halbersa@gmail.com>
Desc: Bug 1039140 - Add manifestparser style manifests for gaia-integration, r=mdas
2014-07-18 12:50:31 -07:00
Ryan VanderMeulen
9490a997b5
Merge b2g-inbound to m-c. a=merge
2014-07-18 15:45:03 -04:00