L. David Baron
47535266ed
Bug 1038488 patch 3 - Use AllocateByObjectID/FreeByObjectID for style structs. r=heycam
2014-07-15 22:27:13 -07:00
L. David Baron
84da8eeaa5
Bug 1038488 patch 2 - Remove memset from the operator new of the 4 style structs that have it. r=heycam
...
This also moves those 4 operator new methods to be inline to match the
style of all of the others.
I audited that all the members of these structs are initialized by all
their constructors (see patch 1).
2014-07-15 22:27:12 -07:00
L. David Baron
8be7bc4467
Bug 1038488 patch 1 - Explicitly initialize nsStyleMargin::mCachedMargin and nsStylePadding::mCachedPadding so that it is clear all members of nsStyleFont, nsStyleMargin, nsStylePadding, and nsStyleBorder are explicitly initialized. r=heycam
...
While nsMargin does 0-initialize, it's not necessarily obvious that it
does, and I think it's worth making explicit.
2014-07-15 22:27:12 -07:00
L. David Baron
ecd4ba7a2e
Bug 1030604 - Use nsChangeHint_UpdateOverflow for clip-path and mask changes so we update the PreEffectsBBoxProperty and run the effect on the correct area. r=roc
...
The testcase is a slight simplification of dholbert's testcase 2
(attachment 8456312) in the bug. It fails in the reftest harness
without the patch, and passes in the reftest harness with the patch.
2014-07-15 22:27:12 -07:00
Cameron McCormack
7b2ef56dd0
Bug 1039151 - Replace space-wasting use of DebugOnly<> in CSSVariableResolver with #ifdef DEBUG. r=dbaron
2014-07-16 15:24:04 +10:00
Masayuki Nakano
93d7daf9c6
Bug 1038089 IMEStateManager should log its behavior r=smaug
2014-07-16 14:13:28 +09:00
Bobby Holley
6263fe053a
Bug 856067 - Actually push the test. r=me CLOSED TREE
2014-07-14 10:22:51 -07:00
Bobby Holley
04ca28c389
Bug 856067 - Tests. r=me
2014-07-14 10:09:07 -07:00
Bobby Holley
77cc9f70ea
Bug 856067 - Add some helpful logging to the console when we deny access to a non-Xrayable object. r=gabor
2014-07-14 10:09:07 -07:00
Bobby Holley
a724996a80
Bug 856067 - Remove special case for content XBL scopes. r=gabor
...
This is now the default behavior. \o/
2014-07-14 10:09:07 -07:00
Bobby Holley
f53b8f6e56
Bug 856067 - Make unwaived non-Xrayable objects opaque from privileged code. r=gabor
2014-07-14 10:09:07 -07:00
Bobby Holley
aa599cde5c
Bug 856067 - Waive Xrays when SpecialPowers encounters an Opaque XrayWrapper. r=gabor
2014-07-14 10:09:06 -07:00
Bobby Holley
fd15033e85
Bug 856067 - Fix up test_xrayToJS.xul. r=gabor
2014-07-14 10:09:06 -07:00
Bobby Holley
8b5025b2f7
Bug 856067 - Fix Object Actor Previews. r=past
2014-07-14 10:09:06 -07:00
Lucas Rocha
c4827d2c7b
Bug 1034167 - Part 2: Explicit set scrollbars in TabsTray (r=mfinkle)
2014-07-14 17:31:50 +01:00
Lucas Rocha
f5af84f1e7
Bug 1034167 - Part 1: Update TwoWayView from upstream (r=mfinkle)
2014-07-14 17:31:50 +01:00
Panos Astithas
a60b7a36ca
Black box sources before deciding whether to stage them for later addition (bug 1038117). r=fitzgen
...
--HG--
extra : rebase_source : dfedcab97b91ae75c9ef5c63d4e1489a49576330
2014-07-14 18:30:28 +03:00
Mark Capella
dc3e103db4
Bug 1030060 - Regression in Find-In-Page logic due to SelectionHandler change in bug 1011059, r=margaret, r=jchen
2014-07-16 03:23:05 -04:00
Carsten "Tomcat" Book
ea34af6372
Backed out changeset 9fe6a4141450 (bug 1026561) for bc1 test regression on a CLOSED TREE
2014-07-16 09:01:22 +02:00
Ed Lee
a289ea31a6
Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]
...
Bump up default columns to fit most Firefox users including 2560px wide resolutions.
2014-07-15 22:28:08 -07:00
Wes Kocher
9eebe50a0d
Merge m-c to fx-team
2014-07-15 17:50:18 -07:00
Eric Edens
ed0cd522d4
Bug 1038775 - Always launch search activity on dashboard. r=margaret
2014-07-15 14:12:29 -07:00
Chenxia Liu
663e070dac
Bug 1038798 - Regression: After closing all tabs, tabs tray dotted menu can not be accessed again. r=bnicholson
2014-07-15 14:17:53 -07:00
Margaret Leibovic
67fee7bd84
Bug 1038789 - Add clear button to search bar in search activity. r=eedens
2014-07-15 14:07:55 -07:00
Nick Alexander
1161a46c30
Bug 1024708 - Post: Don't build MLS Stumbler in Fennec by default. r=me
2014-07-15 13:50:22 -07:00
Nick Alexander
7b261b659d
Bug 1024708 - Part 3: Eclipse support. r=rnewman
2014-07-15 13:50:22 -07:00
Nick Alexander
9f8e5e17e0
Bug 1024708 - Part 2: Build stumbler JAR and integrate into Fennec. r=rnewman
2014-07-15 13:50:21 -07:00
Nick Alexander
9032d13fa0
Bug 1024708 - Part 1: Add build feature flag MOZ_ANDROID_MLS_STUMBLER. r=rnewman
2014-07-15 13:50:20 -07:00
Lucas Rocha
2a10600d6d
Bug 1012462 - Part 11: Support image loading for distribution files (r=rnewman)
2014-07-15 20:56:48 +01:00
Lucas Rocha
5bae5ac678
Bug 1012462 - Part 10: Ensure URL images always fit within the view bounds (r=rnewman)
2014-07-15 20:56:44 +01:00
Lucas Rocha
96cb30fa73
Bug 1012462 - Part 9: Support locale switching in SuggestedSites (r=rnewman)
2014-07-15 20:54:28 +01:00
Lucas Rocha
213824ecef
Bug 1012462 - Part 8: Factor out code to refresh suggested sites (r=rnewman)
2014-07-15 20:54:28 +01:00
Lucas Rocha
cc5dbf293c
Bug 1012462 - Part 7: Enable distribution support in SuggestedSites (r=rnewman)
2014-07-15 20:54:28 +01:00
Lucas Rocha
ac575fe3cf
Bug 1012462 - Part 6: Change Distribution.init() to return an instance (r=rnewman)
2014-07-15 20:54:27 +01:00
Lucas Rocha
7bb6ac291a
Bug 1012462 - Part 5: Add distribution support in SuggestedSites (r=rnewman)
2014-07-15 20:54:27 +01:00
Lucas Rocha
45a7bf9e0e
Bug 1012462 - Part 4: Factor out code to create list of suggested sites (r=rnewman)
2014-07-15 20:54:27 +01:00
Lucas Rocha
9075fc51bb
Bug 1012462 - Part 3: Add APIs to generate Site instance to/from JSON (r=rnewman)
2014-07-15 20:54:27 +01:00
Lucas Rocha
e2ba7edbf8
Bug 1012462 - Part 2: Add prefix argument to generateSites() in TestSuggestedSites (r=rnewman)
2014-07-15 20:54:26 +01:00
Lucas Rocha
4aae8ed4ef
Bug 1012462 - Part 1: Avoid some redundant getApplicationContext() calls in BrowserApp (r=rnewman)
2014-07-15 20:54:26 +01:00
William Lachance
eca294eaa0
Bug 1037642 - Fix assumption that we will be able to send all data in devicemanagerSUT in one shot. r=mcote
2014-07-15 14:09:04 -04:00
J. Ryan Stinnett
350b41d961
Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx
2014-07-14 12:11:00 +02:00
B2G Bumper Bot
7d971076bf
Bumping manifests a=b2g-bump
2014-07-17 04:06:19 -07:00
B2G Bumper Bot
2deee8c951
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5202dd7afec0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21858 from KevinGrandon/bug_1037256_icon_installation_location_2
Bug 1037256 - [Vertical Homescreen] Newly installed apps are placed into a new group if homescreen has been killed
========
https://hg.mozilla.org/integration/gaia-central/rev/38b63f77007a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1037256 - [Vertical Homescreen] Newly installed apps are placed into a new group if homescreen has been killed r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/c76ff842789c
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21852 from crdlc/bug-1039961
Bug 1039961 - [B2G][OTA] The migration process is performed twice if the...
========
https://hg.mozilla.org/integration/gaia-central/rev/72e5bf03fec9
Author: crdlc <crdlc@tid.es>
Desc: Bug 1039961 - [B2G][OTA] The migration process is performed twice if the user enters in the tutorial
2014-07-17 04:00:32 -07:00
B2G Bumper Bot
18c4e5f03e
Bumping manifests a=b2g-bump
2014-07-17 03:36:13 -07:00
B2G Bumper Bot
df0f40f059
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4f9697599f1c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21826 from EverythingMe/1029977-b64toblob
Bug 1029977 - Do not use data-uris for collection backgrounds r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/143199241b5a
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 1029977 - Do not use data-uris for collection backgrounds
2014-07-17 03:30:21 -07:00
B2G Bumper Bot
2c018355b0
Bumping manifests a=b2g-bump
2014-07-17 03:08:16 -07:00
B2G Bumper Bot
c95a9ed098
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/99e32210708f
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #21589 from azasypkin/bug-1034600-suggestions
Bug 1034600 - [Messages] Suggestions list is badly located. r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/4bf848ad0a51
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1034600 - [Messages] Suggestions list is badly located. r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/25a591f94398
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #20902 from mcjimenez/bug1015930_v2
Bug 1015930 - Configure single variant bookmarks on first insertion of a valid SIM (r=bfrancis)
========
https://hg.mozilla.org/integration/gaia-central/rev/5b17fe321186
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 1015930 - Configure single variant bookmarks on first insertion of a valid SIM
2014-07-17 03:08:05 -07:00
Ben Tian
79f9bf4974
Bug 1038053 - Resolve stopDiscovery when adapter is not discovering, r=echou
2014-07-17 18:02:40 +08:00
B2G Bumper Bot
be043eb932
Bumping manifests a=b2g-bump
2014-07-17 02:51:34 -07:00
B2G Bumper Bot
7087e5a213
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1f9ccf497892
Author: na-matsumoto <na-matsumoto@kddi-tech.com>
Desc: Bug 982029 - [MMS/SMS] Display email in SMS/MMS Threads r=julien
2014-07-17 02:45:35 -07:00