Commit Graph

218413 Commits

Author SHA1 Message Date
Jordan Lund
4250ff253c Bug 1080749 - Add nightly jobs for new splitapk Android builders, r=rnewman 2014-12-05 11:54:39 -08:00
L. David Baron
37a1b2f261 Bug 1089417 patch 8 - Only drop MediumFeaturesChanged on the floor if we've never computed style before, rather than never computed style using this rule processor. r=heycam
This depends on patches 4 and 7.
2014-12-05 11:37:39 -08:00
L. David Baron
258e59b4f7 Bug 1089417 patch 7 - Save the previous media query cache key on the rule processor. r=heycam
This depends on patches 5 and 6, and is needed for patch 8.
2014-12-05 11:37:39 -08:00
L. David Baron
6cfe8a48b9 Bug 1089417 patch 6 - Pass the previous CSS rule processor to the constructor of the new one (when we replace one with another). r=heycam
This is needed for patch 7.
2014-12-05 11:37:38 -08:00
L. David Baron
54e18a032a Bug 1089417 patch 5 - Add method to save the current media query result cache key from a rule processor. r=heycam
This is needed for patch 7.
2014-12-05 11:37:38 -08:00
L. David Baron
bec2243a8d Bug 1089417 patch 4 - Define equality operators on nsMediaQueryResultCacheKey and the types it contains. r=heycam
This is needed for the equality comparison in
nsCSSRuleProcessor::MediumFeaturesChanged in patch 8.
2014-12-05 11:37:38 -08:00
L. David Baron
44b5ed6728 Bug 1089417 patch 3 - Add mochitest. r=heycam
Note that if I make the style element currently /* empty */ have a rule
in it, the test passes.

Patch 8 also makes the test pass.
2014-12-05 11:37:38 -08:00
L. David Baron
cc675e51fb Bug 1089417 patch 2 - Add assertion that RecordStyleSheetChange is called inside an update. r=heycam
This was just something that seemed worth asserting in the process of
debugging, since I wanted to see if it was the problem.
2014-12-05 11:37:38 -08:00
L. David Baron
02e66dfa8a Bug 1089417 patch 1 - Add assertions that rule processors are valid before we access them. r=heycam
This was just something that seemed worth asserting in the process of
debugging, since I wanted to see if it was the problem.
2014-12-05 11:37:38 -08:00
Julien Pagès
b2a5500b4f Bug 920938 - [manifestparser] handle symlinks in populate_directory and from directories; r=jmaher 2014-12-05 09:59:00 +01:00
ProgramFOX
7e515721fd Bug 1107918 - removed ValueToIntegerRange from jsstr.cpp. r=luke 2014-12-05 17:52:39 +01:00
J. Ryan Stinnett
b671c29be9 Bug 1098555 - Fix Connect page in e10s. r=ochameau 2014-12-05 00:48:00 -08:00
Matthew Noorenberghe
41e021e33e Bug 1080947 - UITour: Tell the page when a Hello chat window opens or closes. r=Standard8,Unfocused,jaws
--HG--
extra : rebase_source : 950e40b56c55b4fe0d459abe45e88dfbd204ac5a
2014-12-05 16:38:06 -08:00
Gijs Kruitbosch
4a1a90d35c Bug 1098371 - update string with brandshortname per feedback from flod, r=florian
--HG--
extra : transplant_source : %19%5C%D82rJc%3E%8C%B6%FF%08%B7%A4IY%25%3D%17D
2014-12-05 16:24:33 -08:00
Alexandre Poirot
96eb6a62c9 Bug 1107756 - Allows overloading the system apps if devtools are unrestricted. r=jryans 2014-12-04 16:43:00 -05:00
Andreas Pehrson
9110cac5c4 Bug 1106963 - Resync media stream clock before destroying decoded stream. r=roc 2014-12-04 19:29:00 +01:00
Douglas Crosher
8a37feb204 Bug 1103450 - Odin atomic and locks: optimize array access when the index is known to be within bounds. r=lth 2014-12-07 00:15:24 +11:00
James Kitchener
2917a5b473 Bug 1092053 - Consider largeop's larger size when determining stretch size. r=karlt 2014-12-05 02:31:00 +01:00
Cykesiopka
138fceadf6 Bug 1085074 - Part 3 - Update inadequately sized Delegated Signer cert. r=briansmith 2014-12-07 20:42:00 +01:00
Cykesiopka
28d4d715c5 Bug 1085074 - Part 2 - Use explicit bit sizes for key size cert file names. r=briansmith 2014-12-07 20:41:00 +01:00
Cykesiopka
92c07ad107 Bug 1085074 - Part 1 - Use adequate/OK and inadequate/notOK to refer to sizes for key size tests. r=briansmith 2014-12-07 20:23:00 +01:00
Tim Taubert
d2f03ab821 Bug 1106936 - [e10s] Fix progress throbber for remote browsers r=billm 2014-12-03 14:14:23 -08:00
Dão Gottwald
7c66585d34 Bug 1106239 - Fix up the styling for about:home's and about:newtab's search panel and about:newtab's customize panel. r=felipe 2014-12-05 12:37:42 -08:00
Michael Comella
c15d7acf78 Bug 1105053 - Move LightweightTheme* to lwt/. r=vivek
--HG--
rename : mobile/android/base/LightweightTheme.java => mobile/android/base/lwt/LightweightTheme.java
rename : mobile/android/base/LightweightThemeDrawable.java => mobile/android/base/lwt/LightweightThemeDrawable.java
2014-12-05 12:21:42 -08:00
Brian Grinstead
51f3c50fb1 Bug 989053 - Make box model regions on page content more visible. r=pbrosset 2014-12-04 16:11:00 -05:00
Alexandre Poirot
26dda40c37 Bug 1107260 - Customize default screen size with a pref. r=fabrice 2014-12-03 14:42:00 -05:00
Douglas Crosher
c2af0ebbda Bug 1080477 - Jit: recognize and optimize a singleton object typed array access. r=bhackett 2014-12-02 23:12:31 +11:00
Douglas Crosher
2e0696019d Bug 1080477 - Jit x86: optimize heap access with a masked pointer plus a constant, using range analysis. r=bhacket 2014-12-06 20:39:17 +11:00
ProgramFOX
7cce321556 Bug 1106428 - SIMD test cases: Add int32x4.bool to test cases. r=bbouvier
--HG--
extra : rebase_source : de4ca9f0a14c275257856d859ea680a8889ebd3d
2014-11-30 19:41:06 +01:00
Ting-Yu Chou
b7ba90fc09 Bug 989048 - Do not overwrite emulator's user data image. r=ahal
--HG--
extra : rebase_source : d7143ad6539c162f1c3e42211258febe4e862f48
2014-12-03 16:41:45 -08:00
Seth Fowler
57c0f6022b Bug 1106522 (Part 2) - Add a test for SVG-as-image in picture elements. r=bz
--HG--
rename : image/test/mochitest/lime100x100.svg => dom/html/reftests/lime100x100.svg
rename : image/test/mochitest/red.png => dom/html/reftests/red.png
2014-12-05 11:33:10 -08:00
Seth Fowler
54a3ff28e4 Bug 1106522 (Part 1) - Make imgLoader::SupportImageWithMimeType optionally support image/svg+xml. r=bz 2014-12-05 11:33:08 -08:00
Gregory Szorc
9315af3694 Bug 1107968 - Add --debug-command to mach; r=ahal
People often seek to learn how mach commands work. A common way to do
this is to launch a debugger and step through the code as it is
executing. But this requires someone to first find and modify the mach
command. This involves overhead.

This patch adds a global --debug-command argument to mach. When present,
we launch an interactive debugger right before command dispatch. This
allows people to easily enter a debugger to see what mach commands are
doing, hopefully lowering the barrier to understanding and contributing.

--HG--
extra : rebase_source : 5ebfa7f5fd89f96dac5f7cb035ab520c63b32e55
extra : amend_source : c53c988763c328020b49aa5c6245df685b6f30bc
2014-12-05 10:19:49 -08:00
Nicolas B. Pierron
bdf3e280b8 Bug 1106171 - Sink should not move instructions to resume-point-less join-blocks. r=bhackett 2014-12-05 20:18:45 +01:00
Nicolas B. Pierron
edb2ec9fef Bug 1106171 - Lowering should not copy resume points to join-blocks. r=bhackett 2014-12-05 20:18:44 +01:00
Tom Schuster
eaa813d130 Bug 1103181 - Remove quote() from about:addons/config on android/metro. r=rnewman 2014-12-05 11:07:15 -08:00
Tom Schuster
9199eea7fd Bug 1103181 - Remove String.prototype.quote. r=jorendorff 2014-12-05 11:07:15 -08:00
Daniel Holbert
d1e970a727 (no bug) fix typo ('decleration') in a comment in Units.h. comment-only, DONTBUILD 2014-12-05 11:00:43 -08:00
Ryan VanderMeulen
41d909965c Backed out changeset 64ec5c15d182 (bug 1107496) for SM(ggc) orange. 2014-12-05 13:28:40 -05:00
David Keeler
88be9791ce bug 1020237 - follow-up to fix build bustage r=bustage on a CLOSED TREE 2014-12-05 10:12:58 -08:00
David Burns
dbb025e49f Bug 940954: Allow marionette to restart the browser and create a new session
This gives us the ability to restart a session from the client side, say for testing Firefox updates,
and then carry on the test. To do this it is just self.marionette.restart()

--HG--
extra : rebase_source : 536b85e5e82e12eb7710135945217dfe707e5b5d
2014-12-03 22:08:04 +00:00
David Keeler
d9e1912427 bug 1020237 - prefer root certificates to non-root certificates in NSSCertDBTrustDomain::FindIssuer r=briansmith 2014-12-04 13:37:01 -08:00
Terrence Cole
156ac59ca4 Bug 1100493 - Call js_ReportOutOfMemory on all failure paths in refillFreeList; r=jorendorff 2014-12-04 09:41:12 -08:00
Olli Pettay
428fcb7c71 Bug 1107775 - Make deferred finalization more re-entrant safe, r=mccr8 2014-12-05 08:53:00 -08:00
Tooru Fujisawa
11a9491dc2 Bug 804279 - Part5: Add tests for monkey-patched adder in collection constructors. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
5c5aefc477 Bug 804279 - Part4: Support monkey-patched/overridden adder in WeakSet constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
e1ac11e18d Bug 804279 - Part3: Support monkey-patched/overridden adder in WeakMap constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
73c3a7ef14 Bug 804279 - Part2: Support monkey-patched/overridden adder in Set constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
d0caafa74e Bug 804279 - Part1: Support monkey-patched/overridden adder in Map constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Landry Breuil
4b139c06f8 Bug 1106551: Include sys/mount.h only in the linux quota case r=froydnj
Fixes build on OpenBSD where you cant include sys/mount.h alone, you
also need sys/param.h
2014-12-05 15:46:53 +01:00