Commit Graph

199413 Commits

Author SHA1 Message Date
Jon Coppeard
f91b2acbc0 Bug 650161 - Update pointers to relocated objects r=terrence 2012-06-05 11:47:42 -07:00
Jon Coppeard
d6b0c78f58 Bug 650161 - Use the invocation kind passed to the first slice for the whole GC r=terrence 2014-08-14 11:46:46 +01:00
Jon Coppeard
0b33da9079 Bug 650161 - Update internal hash table checks for use after compacting GC as well r=terrence 2014-08-14 11:46:33 +01:00
Jon Coppeard
24cd519cd4 Bug 650161 - Add functions for forwarding cells r=terrence 2014-08-14 11:46:29 +01:00
Jon Coppeard
22aa411e62 Bug 650161 - Add --enable-gccompacting configure flag for compacting GC r=terrence r=ted 2014-08-14 11:46:26 +01:00
Jon Coppeard
ba0e871fea Bug 1052422 - Remove trivial shim functions that call into the GC r=sfink 2014-08-14 10:32:06 +01:00
Nigel Babu
573a67d3d1 Backed out changeset 5cbae203cad2 (bug 1054149) for bustage ON A CLOSED TREE 2014-08-15 12:34:58 +05:30
Nigel Babu
2f2a9e3451 Backed out changeset ddcec188e857 (bug 1053658) for bustage ON A CLOSED TREE 2014-08-15 12:34:49 +05:30
Nigel Babu
e133ae5e90 Backed out changeset 012b4107cfa0 (bug 1053674) for bustage ON A CLOSED TREE 2014-08-15 12:34:40 +05:30
Nigel Babu
e6e954ed86 Backed out changeset 865a9cdfa7b1 (bug 1053682) for bustage ON A CLOSED TREE 2014-08-15 12:34:32 +05:30
Nigel Babu
ed54660da2 Backed out changeset 822a89cfe094 (bug 1053682) for bustage ON A CLOSED TREE 2014-08-15 12:34:20 +05:30
Matthew Gregan
9062307caf Bug 1053682 - Fix formatting of doubles in SourceBuffer logging. r=cajbir
--HG--
extra : rebase_source : db346b75dcf1c4fed6bc269b606ff4e83852d877
2014-08-14 01:41:00 +12:00
Matthew Gregan
06f90184af Bug 1053682 - Optimize SourceBufferResource::ReadAt/ReadFromCache a little. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2ed344b1731d07f4e89b4695d36a1e0d26ada41f
2014-08-14 01:41:00 +12:00
Matthew Gregan
43bb6dd989 Bug 1053674 - Remove subclass of StateMachine and use our own task queue. r=cpearce
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : a34a9a5c0274bae5c7f065535242316d605e8e65
2014-08-14 01:14:00 +12:00
Matthew Gregan
ffd009292b Bug 1053658 - Split MSDecoder and MSReader into separate files. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2fb1adcbf8795259b45bae58fa8fa342b6235bae
2014-08-14 00:22:00 +12:00
Matthew Gregan
667583085f Bug 1054149 - Fix anFoo coding style violation in content/media. r=cpearce
--HG--
extra : rebase_source : 69152bba07ecbf4e1a5790ba0f6abb0a6cda3be2
2014-08-14 21:24:00 +12:00
Matt Woodrow
903bd31201 Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel 2014-08-15 14:23:22 +12:00
Mike Hommey
e82f0c3fce Bug 1053140 part 3 - Separate out sandbox infrastructure from moz.build variables storage. r=gps
--HG--
rename : python/mozbuild/mozbuild/frontend/sandbox_symbols.py => python/mozbuild/mozbuild/frontend/context.py
rename : python/mozbuild/mozbuild/test/frontend/test_sandbox_symbols.py => python/mozbuild/mozbuild/test/frontend/test_context.py
2014-08-15 13:52:18 +09:00
Mike Hommey
545a37b94f Bug 1053140 part 2 - Add a test for exported variable override. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
1d975171da Bug 1053140 part 1 - Add a default_dict-like container, with a default_factory taking the key as argument. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
dd1a8b4df8 Bug 1053097 - Delay the gathering of python dependencies for the build backend. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
e16a30ebc8 Bug 1053085 part 2 - Move config environment fiddling out of MozbuildSandbox initialization. r=gps 2014-08-15 13:52:17 +09:00
Mike Hommey
7f451f989d Bug 1053085 part 1 - Rely on the config environment for TOPSRCDIR and TOPOBJDIR within frontend code. r=gps 2014-08-15 13:52:17 +09:00
Mike Hommey
c44b81f3c3 Bug 1053080 - Improve mozbuild.util.memoize and add memoized_property. r=gps 2014-08-15 13:52:17 +09:00
Ryan VanderMeulen
bac3f6dbb7 Backed out changeset 028c43cd12a5 (bug 1051592) for Windows bustage.
CLOSED TREE
2014-08-15 00:37:46 -04:00
Matt Woodrow
e0240d6186 Bug 1053159 - fully qualify filter name to fix bustage. CLOSED TREE
--HG--
extra : rebase_source : d819fe43ccceb6b70e036df9fab1d15cfcbd21ae
2014-08-15 14:56:44 +12:00
Ryan VanderMeulen
57bec315e1 Merge m-c to inbound. a=merge 2014-08-14 22:30:51 -04:00
Matt Woodrow
7316002fec Bug 1053078 - Use a timeout instead of tick count for preventing refresh driver hangs since ASAP mode accumulates tick counts too quickly. r=roc
--HG--
extra : rebase_source : b19754d2b3e6731fb89d89ac093f144c8d786b07
2014-08-15 14:24:50 +12:00
Matt Woodrow
e582e00ffe Bug 1053159 - Initialize gfxPattern::mFilter. r=Bas
--HG--
extra : rebase_source : 8b381ebeda17be5931f38ababb19fe6eead09c52
2014-08-15 14:24:11 +12:00
Matt Woodrow
3b9b54ae65 Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel
--HG--
extra : rebase_source : 89bc9dd9c4d5120c73b025d5106827594fac6663
2014-08-15 14:23:22 +12:00
Ryan VanderMeulen
1559619ad7 Merge inbound to m-c. a=merge 2014-08-14 22:15:29 -04:00
Ryan VanderMeulen
810f213425 Merge fx-team to m-c. a=merge 2014-08-14 22:10:07 -04:00
Ryan VanderMeulen
cf0ad6a55d Merge b2g-inbound to m-c. a=merge 2014-08-14 22:03:46 -04:00
Bobby Holley
daf81110d8 Bug 1052052 - Convert AutoJSContext to AutoJSAPI. r=gabor
With this change, the only cx push left in the tree happens inside of AutoJSAPI. \o/
2014-08-14 18:47:16 -07:00
Bobby Holley
7c7704aa07 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 18:47:15 -07:00
Bobby Holley
d6a4070c87 Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor 2014-08-14 18:47:15 -07:00
Eitan Isaacson
622cfa0912 Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov 2014-08-14 21:44:59 -04:00
Ryan VanderMeulen
f238f71bfc Bug 1054087 - Disable test_dom_input_event_on_htmleditor.html on Android 2.3 for perma-failing since the number of Android mochitest chunks was increased. a=me 2014-08-14 21:03:46 -04:00
Dan Gohman
d0f7653db0 Bug 1041673 - IonMonkey: Implement opcode testing and casts with member function templates. r=nbp 2014-08-14 17:11:57 -07:00
Eric Edens
120209edec Bug 1042943 - Allow users to switch search engine. r=margaret 2014-08-14 16:40:30 -07:00
Margaret Leibovic
fb02936bce Bug 1043034 - Add underline to search bar when inactive. r=wesj 2014-08-14 17:13:42 -07:00
Brian Nicholson
cdfde9b60e No bug - Remove obsolete Promise.defer() from comment. DONTBUILD 2014-08-14 17:11:29 -07:00
Ed Lee
08d1221884 Bug 1044602 - about:newtab tiles look different than anything else in the browser [r=adw]
Use a solid color background and remove now unused texture. Tweak gradient, hover images, borders.
2014-08-14 17:03:48 -07:00
Ed Lee
528cf46059 Bug 1048137 - Page title color is poor contrast in New Tab Page [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
32477dfde5 Bug 1048148 - Reduce rounded corners and glow on tiles [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
0895429293 Bug 1045769 - Adjust new tab whitespace: whitespace sizing, positioning of undo box [r=adw]
Move undo box to the top left above the seach box which now contains its appropriate padding.
2014-08-14 17:03:46 -07:00
Ed Lee
6e7f3d8599 Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
B2G Bumper Bot
b901d8479b Bumping manifests a=b2g-bump 2014-08-14 16:26:14 -07:00
B2G Bumper Bot
08bafd8313 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a58ab122a656
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #22841 from julienw/1053276-fix-activity-handler-tests

Bug 1053276 - [Messages] ActivityHandler tests are failing if the test a...

========

https://hg.mozilla.org/integration/gaia-central/rev/6c28c1d1447d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1053276 - [Messages] ActivityHandler tests are failing if the test agent is hidden r=azasypkin
2014-08-14 16:20:28 -07:00
B2G Bumper Bot
49e9588b4d Bumping manifests a=b2g-bump 2014-08-14 16:11:14 -07:00