Benoit Girard
50284c67e1
Bug 715618 - SharedLibrary operator= doesn't handle self assignment properly. r=matspal
2012-01-05 18:11:29 -05:00
James Willcox
caa76a7c3f
Bug 715894 - Only draw dirty rect when using gralloc textures r=clord
...
--HG--
extra : rebase_source : 432da0c53ce697b6bbc8009c615e9bfb81f0778f
2012-01-06 12:25:05 -05:00
Rafael Ávila de Espíndola
8cf829b9d9
Bug 715325 - shutdown indexedDB during xpcom-shutdown. r=benjamin.
2012-01-06 12:07:29 -05:00
Ed Morley
b9d68ddfdd
Backout 4779d8df054b (bug 700508) for linux64 Moth orange
2012-01-06 16:23:05 +00:00
Michal Novotny
610908a7b2
Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread
2012-01-06 16:19:10 +01:00
Blake Kaplan
867263367f
Bug 715498 - Revive the -c "compile only" option for the JS shell. r=cdleary
...
--HG--
extra : rebase_source : 06f8f4f642df4c5facbac0c906e64a8a58261005
2011-12-23 18:25:16 +01:00
Mark Finkle
7d1153e3bf
Bug 715347 - Add basic Download Manager support [r=mbrubeck]
2012-01-06 09:34:34 -05:00
Patrick McManus
789112cd4e
bug 667387 - make nshttppipeline::taketransport() work with websockets r=honzab
2012-01-06 08:46:15 -05:00
Geoff Brown
7d79b1d10e
Bug 715408 - Delete any existing remote profile before running mochitest-remote; r=jmaher
2012-01-06 08:37:54 -05:00
Dão Gottwald
33d59eeba7
merge backout
2012-01-06 14:11:05 +01:00
Dão Gottwald
72b2745105
Backed out changeset 5fbe5ee99a27 for browser_bug321000.js failure
2012-01-06 14:10:55 +01:00
Marco Bonardo
f0b84a5ba3
Backout c0d337401801,78d17e22a223 (bug 712714) for talos regressions across the board.
2012-01-06 13:49:52 +01:00
Marco Bonardo
8b2530e87f
Merge mozilla-central and mozilla-inbound
2012-01-06 13:26:21 +01:00
Marco Bonardo
4b562bb0b7
Merge last green PGO from mozilla-inbound to mozilla-central
2012-01-06 13:22:51 +01:00
Dão Gottwald
5b26339c7c
Bug 618770 - Fixing stupid a11y test
2012-01-06 13:03:17 +01:00
Dão Gottwald
90fdcfe3bc
Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske
2012-01-06 11:26:12 +01:00
Jan Varga
bc370ce9d8
Bug 715074 - SIGBUS on unaligned access in Key::EncodeNumber. r=sicking
2012-01-06 10:56:52 +01:00
Chris Pearce
a881f20501
Bug 712738 - Cap seeking outside of buffered data in live streams to end of buffered data. r=kinetik
2012-01-06 19:40:51 +13:00
Chris Pearce
b1bb283a44
Bug 711866 - Don't null deref when shutting down during media load algorithm. r=roc
2012-01-06 19:40:51 +13:00
Nicholas Nethercote
56807bf845
Bug 700508 - Disallow non-leaf memory reporters (attempt 2). r=jlebar.
...
--HG--
extra : rebase_source : 040e3e7093f019caf7157a316e5fc75654eb5d65
2012-01-05 19:41:31 -08:00
Brian Hackett
c0499581a1
Seal/freeze objects without converting to dictionary mode, bug 708641. r=luke
2012-01-05 19:51:08 -08:00
Kartikaya Gupta
4245a03772
Fix broken build caused by interefence between csets f5afa1e3faa9 and e20434400f0c. no bug, r=me
2012-01-05 22:36:13 -05:00
Brian Hackett
00b691ebdf
Fix bug 715662.
2012-01-05 19:13:56 -08:00
Kartikaya Gupta
cc42cdfd07
Bug 715164 - Guard against another race condition in PZC. r=pcwalton
2012-01-05 18:39:45 -08:00
Kartikaya Gupta
59707eb70d
Bug 715369 - Work around Solo.getCurrentActivity() possibly returning the wrong object. r=jmaher
2012-01-05 21:36:17 -05:00
Kartikaya Gupta
00738767fc
Bug 715444 - Handle races where the event being listened for comes before the listener is registered. r=jmaher
2012-01-05 21:36:17 -05:00
Kartikaya Gupta
5355c82048
Bug 715164 - Guard against another race condition in PZC. r=pcwalton
2012-01-05 18:13:25 -08:00
Ben Turner
e81ff3f1fd
Bug 715756: Workers: Enable TI and allow JIT hardening to be disabled. r=sicking.
...
--HG--
extra : transplant_source : J%CD%B8%E0V%AE%C2B%8D%80%F1%29%B12%B6SQ%08o%60
2012-01-05 17:51:21 -08:00
Chris Jones
bbe3bec9f7
Bug 715696: Make sure the screen comes on when b2g loads, and when toggling it also set the brightness. r=vingtetun
2012-01-05 17:04:03 -08:00
Vivien Nicolas
7fbe6702dc
Bug 715205 - b2g application can't run Gaia's browser-chrome tests r=cjones
2012-01-06 12:35:53 +01:00
Chris Lord
d548470d96
Bug 709120 - Update non-visible tiles asynchronously. r=pcwalton
...
Only update tiles that intersect with the screen, and asynchronously update
invisible tiles over multiple subsequent frames. This has the effect of
spreading out non-critical texture-upload over time and removes some juddering
on devices that don't support gralloc.
2012-01-06 11:22:52 +00:00
Chris Lord
9224a45700
Bug 709120 - Use MultiTileLayer in Android native fennec. r=pcwalton
...
This uses MultiTileLayer instead of SingleTileLayer for devices that don't have
gralloc support. This has the advantage of reduced memory usage due to less
wastage from power-of-two textures, and can be a performance boost due to slow
sub-image updates on some devices.
2012-01-06 11:22:38 +00:00
Chris Lord
4c4b997324
Bug 709120 - Add MultiTileLayer to Android native fennec. r=pcwalton
...
This adds a new layer type that uses multiple SingleTileLayer's to implement
tiled layer support. This also assumes a back-buffer that is tiled, so that
texture updates can remain fast (relatively speaking).
2012-01-06 11:22:24 +00:00
Chris Lord
7fc2650acb
Bug 709120 - Add tiled buffer support for Android/native. r=pcwalton
...
This adds support for rendering to a tiled software buffer when using the
Java compositor. Tiles are assumed to be packed tight and stored sequentially,
by row.
2012-01-06 11:22:11 +00:00
Kan-Ru Chen
6210dfb376
Bug 715800 - Ignore all directories start with obj* in .gitignore. r=jmuizelaar
2012-01-06 11:39:35 +01:00
Thomas Prip Vestergaard
87914721ba
Bug 713822 - Simplify @media queries. r=dao
2012-01-06 11:38:39 +01:00
Dão Gottwald
75e4e78751
Bug 693014 - Respect event.preventDefault() for click events on <video>. r=dolske
2012-01-06 11:37:11 +01:00
Neil Rashbrook
e04ddb487c
Bustage fix for bug 714164
2012-01-05 22:42:24 +00:00
Neil Rashbrook
8e9ce6caac
Mac OS X bustage fix for bug 714164
2012-01-05 22:14:20 +00:00
Neil Rashbrook
28fd3b25ad
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
2012-01-05 21:33:41 +00:00
Michael Wu
5c5cf6fa5e
Bug 715679 - Handle more than one window correctly in Gonk, r=cjones
2012-01-05 13:23:34 -08:00
Michael Wu
d4235543d3
Bug 715678 - Fix indentation in gonk/nsWindow.cpp, r=cjones
2012-01-05 11:17:14 -08:00
Kyle Huey
20035c791b
Bug 715113: Update Snappy to r56. r=bent
2012-01-05 11:26:14 -05:00
Kyle Huey
89088b2c08
Bug 709400: Make all methods on nsIInlineSpellChecker scriptable so that it can be overriden from JS. r=ehsan
2012-01-05 11:26:14 -05:00
Ben Turner
e92737e5b2
Remove stray tabs from ril_worker.js. No bug, DONTBUILD.
2012-01-05 08:17:20 -08:00
Marco Bonardo
2b6c8bb207
Merge last clean PGO changeset from mozilla-inbound to mozilla-central
2012-01-05 15:52:19 +01:00
Kyle Huey
b6336c1155
Bug 715162: Add missing nsTArray.h include.
2012-01-05 09:01:01 -05:00
Kyle Huey
8e3b7a1d97
Bug 712175: Delayload gkmedias.dll. r=glandium
2012-01-05 08:45:40 -05:00
Kyle Huey
a58d81faef
Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir
2012-01-05 08:44:46 -05:00
Kyle Huey
46c19a64e1
Bug 715162: Move LazyIdleThread to xpcom/. r=bent
...
--HG--
rename : dom/indexedDB/LazyIdleThread.cpp => xpcom/threads/LazyIdleThread.cpp
rename : dom/indexedDB/LazyIdleThread.h => xpcom/threads/LazyIdleThread.h
2012-01-05 08:42:47 -05:00