Jan de Mooij
736bb9ffdb
Bug 1004923 part 1 - Remove "long double", some C-isms from prmjtime. r=njn
2014-05-03 11:08:16 +02:00
Jan de Mooij
dc71727335
Bug 1003803 - Purge Ion ExecutableAllocator on GC. r=bhackett
2014-05-03 11:08:07 +02:00
Ms2ger
b8bde06302
Bug 1004202 - Stop calling PrepareToStartLoad in nsDocumentViewer::LoadStart; r=smaug
...
Before bug 968805, none of the callers would reach this branch. The callers in
nsContentDLF.cpp call LoadStart immediately after constructing the
nsDocumentViewer, so they hit the !mDocument case, and the comparison was
always false for the caller in nsHTMLDocument::Open, as it passed an
nsIHTMLDocument pointer, so the nsISupports pointers being compared were
always different. (XPCOM rules require SameCOMIdentity in this case, to avoid
exactly this issue.)
I tested that the removed code was never reached after a backout of bug 968805.
2014-05-03 09:34:00 +02:00
Ms2ger
76d4b3a6bf
Bug 995664 - Move CSSRuleList to WebIDL; r=bz
...
As CSSRuleList is the last consumer of nsArraySH and nsGenericArraySH, this
also removes those classes.
2014-05-03 09:32:54 +02:00
Tim Taubert
af68b863a9
Bug 1002843 - Wait until important parts have been initialized before restoring tabs into windows r=smacleod
2014-05-03 08:11:43 +02:00
Jim Mathies
83dcb76726
Bug 911409 - Properly handle rendering menu arrows on high-dpi displays on Windows. r=tabraldes
2014-05-05 13:32:54 -05:00
vivek
ab6637133c
Bug 977167 - Open tabs should be filtered to exclude about:, chrome: etc. URLs prior to flushing to DB. r=rnewman
2014-05-05 11:35:21 -07:00
Brian Grinstead
30d7625ffc
Bug 1005431 - Invalid Property Value image is not Retina friendly;r=jryans
2014-05-05 13:32:20 -05:00
Nick Alexander
8fc758ccc9
Bug 1000676 - Post: Return existing interval from search(). r=mfinkle
2014-05-05 11:27:57 -07:00
Nick Alexander
8af7642f19
Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
96f8576f19
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
ceb2075726
Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
a2560e5b77
Bug 976216 - Part 2: Purge startup caches when starting Gecko in developer builds. r=mfinkle
...
This change only impacts developer builds. A developer build is one
where MOZILLA_OFFICIAL is not set.
The startup cache is invalidated when the buildid changes; see [1] for
details. For MOZILLA_OFFICIAL builds, the buildid is always bumped, so
the startup cache is always fresh on a package re-deploy to device.
Most developers re-deploy using |mach build mobile/android && mach
package && mach install| or similar. This does not bump the buildid.
The re-deployed package will read the out-dated startup cache, leading
to frustrating inconsistencies when developing Javascript, especially
chrome content and module JSMs.
This change purges the startup caches every time Gecko is started in
developer builds. This keeps the running Javascript consistent (which
is good for development), but incurs a startup performance
penalty (since the cache must be purged, and since the cached files must
be recompiled, etc).
[1] http://hg.mozilla.org/mozilla-central/file/901d300bb441/toolkit/xre/nsAppRunner.cpp#l2350
2014-05-05 11:27:55 -07:00
Nick Alexander
6327bd91d7
Bug 976216 - Part 1: Add AppConstants.MOZILLA_OFFICIAL. r=rnewman
2014-05-05 11:27:55 -07:00
Ekanan Ketunuti
aa6c538008
Bug 1000956 - Add textbox to the en-US dictionary. r=ehsan
2014-05-05 08:21:42 +07:00
Wes Kocher
2994fe65e1
merge m-c to inbound
2014-05-02 23:07:16 -07:00
Wes Kocher
d55561120d
Merge inbound to m-c
2014-05-02 23:02:49 -07:00
Wes Kocher
72203e8d80
merge fx-team to m-c
2014-05-02 22:53:59 -07:00
Wes Kocher
d3dd5ffbd9
merge b2g-inbound to m-c
2014-05-02 22:50:45 -07:00
Boris Zbarsky
0697387fc7
Bug 1004169. Make sure MTest always uses TI information for deciding whether its operand might emulate undefined. r=jandem
2014-05-03 01:08:14 -04:00
Boris Zbarsky
d7004c64a6
Bug 1004198. Improve codegen in testValueTruthyKernel to emit as few tests as we can get away with given our type inference information. r=jandem
2014-05-03 01:08:13 -04:00
Boris Zbarsky
914525f2b6
Bug 1004766. Make sure to enter the compartment of our new global before working with it when wrapping global objects. r=nsm
2014-05-03 01:08:07 -04:00
B2G Bumper Bot
22dab294b4
Bumping manifests a=b2g-bump
2014-05-02 16:38:00 -07:00
Terrence Cole
1156a946c5
Bug 1004457 - Remove unused mutable value operations from BarrieredBase; r=jonco
2014-05-02 16:33:18 -07:00
B2G Bumper Bot
cb38ca252e
Bumping manifests a=b2g-bump
2014-05-02 16:12:59 -07:00
B2G Bumper Bot
ef0fc72cab
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/557d2a3432f0
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #18901 from ckerschb/cspTestContainerFix
Bug 858787 - Loading css for test-container from external file. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/35723984b298
Author: Christoph Kerschbaumer <mozilla@christophkerschbaumer.com>
Desc: Flipping pref csp.speccompliant causes tests to fail on the B2G Emulator,
because test-container/index.html uses an inline-style which is blocked by CSP.
Rewrite of the *.html file to load the css/style information from an external file
CSP does not block it.
2014-05-02 16:10:54 -07:00
Jeff Gilbert
dbc5d236e7
Bug 999260 - Ship both d3dcompiler_43 and _46+. - r=mshal
2014-05-02 15:31:05 -07:00
David Keeler
e771a7d73d
bug 1004270 - use SQL cert/key DBs in PSM tests so we can run them on Android r=briansmith
2014-05-02 15:06:29 -07:00
Shu-yu Guo
95c209fdd7
No bug - Kill opt-only warning. (r=efaust over IRC) DONTBUILD
2014-05-02 15:25:50 -07:00
Hannes Verschore
9ce237620e
Bug 1003825: IonMonkey: adjust funapply tests to trigger again, r=jandem
2014-05-03 00:11:59 +02:00
Fabrice Desré
4a00c51811
Bug 1003836 - Don't use createEvent("TouchEvent") to check if TouchEvents are supported r=smaug
2014-05-02 14:56:18 -07:00
Benoit Girard
04f32cf039
Bug 1005328 - Layers.dump output should be consistent with newlines. r=bottond
2014-05-02 17:29:29 -04:00
Benoit Girard
52eac6846d
Bug 1005298 - Add layout.display-list.dump Preference. r=mattwoodrow
2014-05-03 20:35:47 -04:00
Brian Smith
163631e898
Bug 1005309, Part 2: Enable extended compiler warnings (-W4 -Wall) in mozilla::pkix, r=mmc
...
--HG--
extra : rebase_source : 033574a0b26582753baec003becfaf15bbd85003
extra : histedit_source : 2d52c47f92b8f694203c2eb580b37be78ccf2f9c
2014-05-03 17:50:26 -07:00
B2G Bumper Bot
5359a7ea11
Bumping manifests a=b2g-bump
2014-05-02 14:22:56 -07:00
Ryan VanderMeulen
f79c99c4fb
Merge m-c to inbound.
2014-05-02 16:57:56 -04:00
Ryan VanderMeulen
382440e594
Merge m-c to b2g-inbound.
2014-05-02 16:57:16 -04:00
Ryan VanderMeulen
2b5648fcd5
Merge b2g-inbound to m-c.
2014-05-02 16:49:22 -04:00
B2G Bumper Bot
e9ed3a26b1
Bumping manifests a=b2g-bump
2014-05-02 13:46:25 -07:00
Ryan VanderMeulen
f069b6c4aa
Merge fx-team to m-c.
2014-05-02 16:41:26 -04:00
B2G Bumper Bot
db7d148141
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/51e7f035fcf9
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 1002541 - Bump gaiatest version to 0.23 and release to PyPI
2014-05-02 13:41:01 -07:00
Hannes Verschore
26337b0488
Bug 1005030: IonMonkey: Don't abort the analysis passes during funapply, r=bhackett
2014-05-02 22:23:17 +02:00
Jeff Gilbert
7569e676d7
Bug 1003027 - Use temp surface for bad strides. - r=mattwoodrow
2014-05-02 13:22:07 -07:00
Shu-yu Guo
3c6bc6e294
Bug 1004527 - Don't eliminate MNewDerivedTypedObject from resume points and recover them on bailout. (r=nmatsakis)
2014-05-02 13:04:12 -07:00
Shu-yu Guo
1614921424
Bug 1001378 - Don't optimize out argument slots from resume points. (r=nbp)
2014-05-02 13:04:12 -07:00
Josh Aas
2c8ec2ef7a
Bug 960774: Make ActorDestroy pure virtual on the parent side, require implementation. r=bent
2014-05-02 14:49:02 -05:00
Ryan VanderMeulen
b0fc4e473e
Backed out changesets 34516556f823 (bug 1004890) and 0610c2dcc6f5 (bug 1004889) for Android Armv6 robocop crashes.
...
CLOSED TREE
2014-05-02 15:21:14 -04:00
B2G Bumper Bot
231597474b
Bumping manifests a=b2g-bump
2014-05-02 12:01:25 -07:00
B2G Bumper Bot
0c06486e8c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ad3180726740
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18894 from etiennesegonzac/bug-996692-fullscreen-statusbar-regression
Bug 996692 - Fixing the fullscreen statusbar regression r=benfrancis r=kevingrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/87c98ebe664d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 996692 - Fixing the fullscreen statusbar regression and update the test to catch it next time.
r=kgrandon
2014-05-02 11:56:01 -07:00
Brian Smith
8da948d67f
Bug 1005309, Part 1: Improve type conversion and error checking for hashing done in mozilla::pkix's pkixocsp.cpp. r=mmc
...
--HG--
extra : rebase_source : 79c248ebc45d722249ae7adbbd2527dc9985f6f0
extra : histedit_source : 8ea66942cec4252d9d7e625da22b5ad9964485a1
2014-05-02 11:53:06 -07:00