Patrick Walton
45593fc7d0
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
998e1208e3
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
4a96159cee
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
bd59295e9c
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
4e750df483
Remove JSOP_TRAP, bug 707454. r=jorendorff
2011-12-07 13:15:48 -08:00
Marco Bonardo
e6acfd675f
Bug 707955 - Tags should avoid results overhead.
...
r=dietrich
2011-12-07 21:56:30 +01:00
Marco Bonardo
faecbfc0c2
Bug 707954 - Index exclusion for tags.
...
r=dietrich
2011-12-07 21:56:28 +01:00
Marco Bonardo
bdcf6b49e6
Bug 707946 - Improve performances of hasChildren for tag queries.
...
r=dietrich sr=gavin
2011-12-07 21:56:26 +01:00
Marco Bonardo
2a5ab1a723
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
6c3c0f645d
Bug 707953 - ProcessFolderNodeRow should reuse known data.
...
r=dietrich
2011-12-07 21:56:21 +01:00
Marco Bonardo
b653c663b4
Bug 707952 - Increase bookmarks cache usefulness.
...
r=dietrich
2011-12-07 21:56:20 +01:00
Marco Bonardo
16ef8fcdb7
Bug 707949 - Don't recalculate frecency for tags.
...
r=dietrich
2011-12-07 21:56:18 +01:00
Marco Bonardo
2cafde5c2c
Bug 707948 - Avoid some useless work when importing tags.
...
r=dietrich
2011-12-07 21:56:16 +01:00
Marco Bonardo
488fa9801b
Bug 707947 - Perf improvements for readOnly checks.
...
r=dietrich
2011-12-07 21:56:15 +01:00
Kartikaya Gupta
d1129af956
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
d509a9ad5c
Bug 688208 - nsWindow should call super::OnDestroy [r=mfinkle]
2011-11-22 15:29:54 -05:00
Chris Pearce
4328c04240
Bug 701992 - Hide sidebar when entering DOM full-screen mode. r=dao
2011-12-05 15:06:08 +13:00
Benoit Girard
a4037664fc
Bug 699918 - Implement profiler module. r=jmuizelaar
2011-12-07 14:48:15 -05:00
Bernd
e0590cd029
bug 707622 - rows without originating cells are suppressed at the table bottom r=mats
2011-12-07 20:38:25 +01:00
Patrick McManus
1a6a002f9a
bug 708305 update 2 instances of PR_TRUE/PR_FALSE in spdysession r=honzab
2011-12-07 14:26:05 -05:00
Oleg Romashin
a97dae0aeb
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
a2c81afa5e
Bug 684555, r=bbondy
2011-12-07 13:01:48 -06:00
Patrick Walton
c22e958de7
Bug 701594 - Part 3: Add viewport interpolation functions. r=kats
2011-12-07 10:44:36 -08:00
Patrick Walton
78b9fe16da
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
8bec5742fe
Bug 701594 - Part 1: Precompute the ease-out animation. r=kats
2011-12-07 10:41:58 -08:00
Matt Brubeck
2fc7edb100
Bug 708085 - Remove unused files from mobile/android/themes [r=mfinkle]
2011-12-07 10:04:15 -08:00
Bill McCloskey
59ffebfd64
Bug 707051 - Change MarkChildren for shapes (r=igor)
2011-12-07 09:52:16 -08:00
Bill McCloskey
d5a72b7f8e
Bug 704795 - Fix setprop write barrier for non-objects (r=bhackett)
2011-12-07 09:39:40 -08:00
Phil Ringnalda
86e9e43562
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
2011-12-07 08:41:02 -08:00
Jeff Walden
c1ec82addd
Bug 707352 - Remove NS_FINAL_CLASS completely. r=cjones
2011-12-05 17:10:05 -05:00
Jeff Walden
e51511685a
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
894d37708d
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
c16d837e9a
Kill the warnings. KILL THEM WITH FIRE. No bug, r=sparky
2011-12-06 11:58:37 -05:00
Igor Bukanov
3150828a8b
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
254f9ac8b8
Bug 705451: Anchor needs to be updated in url bar [r=mfinkle]
2011-12-06 15:15:37 -08:00
Benoit Girard
a303055cc0
Bug 706503 - Add layers.offmainthreadcomposition.enabled. r=joe
2011-11-30 11:12:37 -05:00
Dão Gottwald
8158f23852
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
5456f0905e
Back out bug 701787 due to orangeness conflict with tests added in bug 664179.
2011-12-07 15:11:47 +02:00
Masatoshi Kimura
c27fbd8836
Bug 701787 - Part 2: Tests. r=smaug.
2011-12-07 13:30:19 +02:00
Masatoshi Kimura
d8b7da54ae
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
2011-12-07 13:29:00 +02:00
Simon Montagu
e3d358d23f
Tests for bug 698291, r=roc
2011-12-07 13:21:17 +02:00
Simon Montagu
884147ac82
Don't assume that text is left-aligned when unicode-bidi=plaintext. Bug 698291, r=dbaron
2011-12-07 13:21:09 +02:00
Kyle Machulis
f3493acf00
Bug 699222 - Part 2: IPC RIL implementation. r=cjones
2011-12-07 18:58:56 +08:00
Blake Kaplan
b25121961d
Bug 708215 - Report errors from the safe JS context. r=bent
2011-12-07 18:12:20 +08:00
Ed Morley
a2b9f740f0
Merge mozilla-central to mozilla-inbound
2011-12-07 09:39:26 +00:00
Ed Morley
5df2f323a8
Merge last green changeset of mozilla-inbound to mozilla-central
...
--HG--
rename : mobile/xul/installer/package-manifest.in => b2g/installer/package-manifest.in
2011-12-07 09:27:36 +00:00
Jignesh Kakadiya
6b42b34b4e
Bug 706369 - Changed occurences of nsIContent::getChildAt() using getFirstChild(), getNextSibling() and getPreviousSibling(), r=surkov
2011-12-07 12:50:17 +05:30
Alexander Surkov
021d1b96c7
Bug 689847 - Expose active state on current item of selectable widgets, r=davidb, tbsaunde
2011-12-07 17:10:22 +08:00
Ben Turner
c4984bb490
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
...
--HG--
extra : transplant_source : 55%9D%86m%D8%18%87J%5C%E1%E3%93P%AF.%B7%D0%8EQ
2011-12-07 00:10:13 -08:00
Phil Ringnalda
7151a1ee7d
Back out 7341f4e8b3f3, d91429762579, d0a362467a96, 0aba56de1824 (bug 701863) for Windows timeouts in test_TelemetryPing.js
2011-12-06 23:18:30 -08:00