Kartikaya Gupta
7eb5dc6e9d
Bug 707675 - Catch and handle a possible OOM while getting a screenshot r=blassey
2011-12-07 17:10:21 -08:00
Masayuki Nakano
a35dc03152
Bug 665677 test_bug330705-2.xul should ensure that the first box gets focus before doing test r=smaug
2011-12-08 09:58:26 +09:00
Brad Lassey
5acb81efc0
bug 708283 - NullPointerException in VideoPlayer on launch r=dougt
2011-12-07 09:43:34 -08:00
Marco Bonardo
fbae993d8b
Bug 707945 followup - Fix random failure in test_421180.js by making it properly wait for asynchronous database operations.
2011-12-08 00:28:30 +01:00
Ben Turner
6e5ac8e11d
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
2011-12-07 15:24:20 -08:00
Chris Lord
454facc7e1
Bug 706690 - CSS scaling is jagged while layers are active. r=roc
...
While layers are active, scale factors are normalized to a power of 2 to
reduce the number of resolution changes during animations. This patch disables
the normalization when the scale factor on the layer is unchanged, or when
the layer was previously unscaled.
2011-12-07 23:12:41 +00:00
Chris AtLee
aa6338033f
Bug 481815: makefile hooks required for signing executable files, installer packages, and mars. r=ted
...
--HG--
extra : rebase_source : 7b696910865fdbc9191cb7511f558879a9b9e05d
2011-12-07 17:06:52 -05:00
Daniel Holbert
44d1049f68
Bug 649440 followup: Remove now-unused reftest helper-file 'lime-anim-100x100.svg'. (test-only, unused file) DONTBUILD
2011-12-07 14:08:47 -08:00
Patrick Walton
4c255120be
Bug 701594 - Part 8: Make double-tap-to-zoom use the bounce infrastructure. r=kats
2011-12-07 13:34:52 -08:00
Patrick Walton
09f5bd00c7
Bug 701594 - Part 7: Remove the per-axis bounce functionality. r=kats
2011-12-07 13:34:15 -08:00
Patrick Walton
7916c55aad
Bug 701594 - Part 6: Separate out fling and bounce animations and make them use the "valid viewport metrics" infrastructure. r=kats
2011-12-07 13:33:55 -08:00
Brian Hackett
64c3b10eea
Don't try to correlate scripts with functions in JSD interface, bug 707613. r=luke
2011-12-07 13:41:27 -08:00
Patrick Walton
d8991ee5b2
Bug 701594 - Part 5: Factor out the fling timer setting functions into separate functions. r=kats
2011-12-07 13:07:24 -08:00
Patrick Walton
162b9a45d4
Bug 701594 - Part 4: Make LayerController.setViewportMetrics() not automatically assume it was called by the layer client. r=kats
2011-12-07 10:48:12 -08:00
Brian Hackett
bac4bc5efc
Remove JSOP_TRAP, bug 707454. r=jorendorff
2011-12-07 13:15:48 -08:00
Marco Bonardo
151e74c2c9
Bug 707955 - Tags should avoid results overhead.
...
r=dietrich
2011-12-07 21:56:30 +01:00
Marco Bonardo
01846cfa16
Bug 707954 - Index exclusion for tags.
...
r=dietrich
2011-12-07 21:56:28 +01:00
Marco Bonardo
317ab7ec7d
Bug 707946 - Improve performances of hasChildren for tag queries.
...
r=dietrich sr=gavin
2011-12-07 21:56:26 +01:00
Marco Bonardo
d1886db5d3
Bug 707945 - Remove the keywords trigger since it's a useless perf hog.
...
r=dietrich
2011-12-07 21:56:23 +01:00
Marco Bonardo
73f2dbce9d
Bug 707953 - ProcessFolderNodeRow should reuse known data.
...
r=dietrich
2011-12-07 21:56:21 +01:00
Marco Bonardo
31804d7c68
Bug 707952 - Increase bookmarks cache usefulness.
...
r=dietrich
2011-12-07 21:56:20 +01:00
Marco Bonardo
86e79b64e2
Bug 707949 - Don't recalculate frecency for tags.
...
r=dietrich
2011-12-07 21:56:18 +01:00
Marco Bonardo
c069713757
Bug 707948 - Avoid some useless work when importing tags.
...
r=dietrich
2011-12-07 21:56:16 +01:00
Marco Bonardo
9652e043f8
Bug 707947 - Perf improvements for readOnly checks.
...
r=dietrich
2011-12-07 21:56:15 +01:00
Kartikaya Gupta
ac52a8e9d6
Bug 688208 - Guard against accessing destroyed object [r=mfinkle]
...
The nsWindow for Android often dispatches events but doesn't check
for window destruction afterwards. Ensure that necessary destruction
checks and kungFuDeathGrips are in place to avoid accessing a
destroyed object.
2011-11-22 15:31:49 -05:00
Kartikaya Gupta
0085fa52d5
Bug 688208 - nsWindow should call super::OnDestroy [r=mfinkle]
2011-11-22 15:29:54 -05:00
Chris Pearce
1cc553f008
Bug 701992 - Hide sidebar when entering DOM full-screen mode. r=dao
2011-12-05 15:06:08 +13:00
Benoit Girard
cab16fa017
Bug 699918 - Implement profiler module. r=jmuizelaar
2011-12-07 14:48:15 -05:00
Bernd
bdb0e641cc
bug 707622 - rows without originating cells are suppressed at the table bottom r=mats
2011-12-07 20:38:25 +01:00
Patrick McManus
11249efc82
bug 708305 update 2 instances of PR_TRUE/PR_FALSE in spdysession r=honzab
2011-12-07 14:26:05 -05:00
Oleg Romashin
eb11b5e316
Bug 707882 - Xulrunner make deb fail, rm xpidl. r=bsmedberg
...
--HG--
rename : xulrunner/installer/debian/postinst => xulrunner/installer/debian/postinst.in
rename : xulrunner/installer/debian/prerm => xulrunner/installer/debian/prerm.in
2011-12-07 11:04:53 -08:00
Jim Mathies
d9578a168a
Bug 684555, r=bbondy
2011-12-07 13:01:48 -06:00
Patrick Walton
28eb691095
Bug 701594 - Part 3: Add viewport interpolation functions. r=kats
2011-12-07 10:44:36 -08:00
Patrick Walton
b7fdca35f8
Bug 701594 - Part 2: Don't duplicate state in the layer controller and pan zoom controller axes. r=kats
2011-12-07 10:44:02 -08:00
Patrick Walton
da46e3af2b
Bug 701594 - Part 1: Precompute the ease-out animation. r=kats
2011-12-07 10:41:58 -08:00
Matt Brubeck
42bd2511c9
Bug 708085 - Remove unused files from mobile/android/themes [r=mfinkle]
2011-12-07 10:04:15 -08:00
Bill McCloskey
b931f019bd
Bug 707051 - Change MarkChildren for shapes (r=igor)
2011-12-07 09:52:16 -08:00
Bill McCloskey
7b27e33db7
Bug 704795 - Fix setprop write barrier for non-objects (r=bhackett)
2011-12-07 09:39:40 -08:00
Phil Ringnalda
26f6d8a9de
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
2011-12-07 08:41:02 -08:00
Jeff Walden
3d8e7a0d23
Bug 707352 - Remove NS_FINAL_CLASS completely. r=cjones
2011-12-05 17:10:05 -05:00
Jeff Walden
adf79ecc9c
Bug 707383 - Rename ValueTo{ECMA,}{Ui,I}nt32 so that To{Ui,I}nt32 is the ECMA spec method and NonstandardTo{Ui,I}nt32 is the non-standard JSAPI method functionality. r=luke
2011-12-05 17:10:02 -05:00
Jeff Walden
f757943ac9
Bug 707061 - Rename js_ValueToString to ToString. Also, consistent with ToObject, make ToString include an inline already-string fast path, and make ToStringSlow be an out-of-line slow path for the case where the value is not a string (asserting that this is the case). r=luke
2011-12-01 19:35:44 -08:00
Jeff Walden
d9f1c1316b
Kill the warnings. KILL THEM WITH FIRE. No bug, r=sparky
2011-12-06 11:58:37 -05:00
Igor Bukanov
500216d17c
bug 708231 - fix set-but-unused warnings reported by GCC 4.6 in jsexn.cpp. r=evilpies
2011-12-07 16:21:40 +01:00
Sriram Ramasubramanian
c26d295a6d
Bug 705451: Anchor needs to be updated in url bar [r=mfinkle]
2011-12-06 15:15:37 -08:00
Benoit Girard
3fd5170635
Bug 706503 - Add layers.offmainthreadcomposition.enabled. r=joe
2011-11-30 11:12:37 -05:00
Dão Gottwald
5e3233b7b2
Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
2011-12-07 15:45:44 +01:00
Henri Sivonen
98826c1b42
Back out bug 701787 due to orangeness conflict with tests added in bug 664179.
2011-12-07 15:11:47 +02:00
Masatoshi Kimura
5e03fb66c5
Bug 701787 - Part 2: Tests. r=smaug.
2011-12-07 13:30:19 +02:00
Masatoshi Kimura
ceeaf421c9
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
2011-12-07 13:29:00 +02:00