Mike Hommey
0e6fee14ee
Bug 708567 - Remove jemalloc-standalone-linkage-version-script, as it's not used anymore. r=khuey
2011-12-20 13:24:35 +01:00
Ed Morley
f06029b718
Bug 709792 - Remove deprecated --enable-tracejit; r=khuey
2011-12-20 12:19:36 +00:00
Ed Morley
28b85eecb0
Merge mozilla-central to mozilla-inbound
2011-12-20 11:52:08 +00:00
Mats Palmgren
25a0c2a3eb
Bug 619273 - regression tests for DOM mutations inside selection.
2011-12-20 10:15:41 +01:00
Mats Palmgren
ff183ab7dd
Bug 619273 - Create new ranges for adding to the selection.
2011-12-20 10:15:41 +01:00
Mats Palmgren
498185f3f0
Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug
2011-12-20 10:15:41 +01:00
Gregory Szorc
9a4e876326
merge m-c to s-c
2011-12-19 12:26:39 -08:00
Boris Zbarsky
dee08cd634
Bug 624621 part 3. Use the pre-redirect filename as the script filename and the channel principal as the origin principal, and base our cross-origin check on the origin principal. r=mrbkap
2011-12-19 12:48:12 -05:00
Boris Zbarsky
553111de9c
Bug 624621 part 2. Add an origin principal argument on nsIScriptContext::EvaluateString and pass that through to the JS engine. r=mrbkap
2011-12-19 12:47:52 -05:00
Rafael Ávila de Espíndola
a27307c9cb
Bug 711570 - finalize statements and close connection. r=zpao.
...
--HG--
extra : rebase_source : 6816e8f2b0d8edaea7b39e0a0fa4a4c2c288b8a2
2011-12-20 17:17:33 -05:00
Ben Turner
04c63497fd
Bug 712448 - 'Slim wrappers do not use deferred release mechanism'. r=mrbkap.
2011-12-20 17:42:51 -05:00
Brad Lassey
c0ae6fb398
bug 712296 - IOException on startup due to ZipFile closing before ZipInputStream read in AboutHomeContent r=mfinkle
2011-12-20 10:58:21 -05:00
Scott Johnson
6758a95129
Bug 707855 - Clamp container size to device width to make font inflation less likely to cause problems on small screens. [r=dbaron]
2011-12-20 16:34:54 -06:00
Chris Leary
1c994446bd
Bug 712169: Make aligned/unaligned LifoAlloc consistent. (r=luke)
...
--HG--
extra : rebase_source : cff51d01e46f5b09d642368da532b9b6a8649053
2011-12-20 14:19:45 -08:00
Kartikaya Gupta
41bc5109b2
Bug 711453 - Fix infinite zoom scale. r=pcwalton
2011-12-20 17:15:09 -05:00
Kartikaya Gupta
6d82dbf388
Bug 709817 - Don't clobber mState if animations are aborted. r=pcwalton
...
Ensure that if the animation is aborted by changing the value of
mState (such as if we get an onTouchStart and set the mState to
TOUCHING), then we don't clobber it and set it back to NOTHING.
Only set it back to NOTHING when the animation finishes normally.
2011-12-20 16:53:39 -05:00
Kartikaya Gupta
cc417ad0e7
Bug 709817 - Ensure PZC is always accessed on the UI thread. r=pcwalton
...
Ensure that all public functions in PZC are always called from
the UI thread, so that internal variables are not mutated on
different threads. I also made animatedZoomTo private so that
it can't be inadvertently called from a non-UI thread outside
the class.
2011-12-20 16:53:39 -05:00
Kartikaya Gupta
3114ee3c37
Bug 709817 - (Cleanup) Replace geometryChanged() with abortAnimation() and remove dead calls. r=pcwalton
...
Since the geometryChanged function does nothing if the parameter passed
in is false, better to rename the function to be more indicative of
what it actually does, and remove all the resulting dead code.
2011-12-20 16:53:39 -05:00
Joel Maher
43da672ee8
Bug 704509 - fix reftests to work with native fennec. r=dbaron
2011-12-20 16:33:41 -05:00
Margaret Leibovic
371a20ecb9
Bug 710885 - In some cases tapping to activate Flash does not activate Flash. r=mfinkle
2011-12-20 13:26:01 -08:00
Patrick McManus
69aa3d58c4
bug 631801 - workaround pr_available() assert r=honzab sr=biesi r=bsmith
2011-12-20 15:14:54 -05:00
Robert O'Callahan
3c44cc55f3
Bug 697215. CanScrollWithBitBlit needs to return true for scrollframes inside replaced elements (i.e., iframes) that are honoring border-radius. r=mats
2011-12-20 14:31:20 +13:00
Michael Wu
3223390ab0
Land GonkHal.cpp - Bug 696042 r=cjones, Bug 702256 r=cjones,mounir, Bug 694862 r=cjones
2011-12-20 11:31:53 -08:00
Michael Wu
1015f54fda
Bug 701662 - Serialize filenames in JS_XDRFunctionObject, r=igor
2011-12-20 11:31:45 -08:00
Rafael Ávila de Espíndola
b953409eea
Bug 712345 - brace loop. r=zpao.
2011-12-20 13:54:24 -05:00
Rafael Ávila de Espíndola
8767602d93
Bug 712342 - make dbStmts an object. r=zpao.
2011-12-20 13:50:33 -05:00
Benoit Girard
4d65f1a63d
Bug 699918 - Fix 'make package' for the profiler module. r=jmuizelaar
2011-12-20 13:47:10 -05:00
Kartikaya Gupta
9ab8826a15
Bug 711453 - Avoid potentially corrupting the fling velocity. r=pcwalton
2011-12-19 09:26:41 -05:00
Kartikaya Gupta
89b8c53ab6
Bug 695170 - Fix incorrect comment caught by gcp. r=gcp
2011-12-19 09:26:20 -05:00
Jonathan Kew
33d7b732af
bug 631479 followup - re-enable Graphite now that PGO builds are possible again. rs=khuey
2011-12-19 13:50:20 +00:00
Tom Schuster
bee01012aa
Bug 708819 - Avoid recursion through Error.prototype.toString/toSource r=luke
...
--HG--
extra : rebase_source : 7e6437b497886bbd8109a6c8a392923fff537c84
2011-12-19 14:17:00 +01:00
Tom Schuster
fdaa6f1aaa
Bug 708695 - Fix issues found by clang's scan-build. r=Waldo
...
--HG--
extra : rebase_source : 5b1970539b2f5b211ebeb97765d8c549371cb888
2011-12-19 14:16:53 +01:00
Jacek Caban
3925b84b1c
Bug 711385 - DrawTargetD2D.h fails to compile on mingw r=bas.schouten
2011-12-19 14:06:10 +01:00
Jacek Caban
0e1c241639
Bug 711381 - v8-support.h fails to compile on mingw r=felipc
2011-12-19 14:05:54 +01:00
Jacek Caban
38b73562e1
Bug 670096 - cairo fails to compile on mingw with D2D and DWrite enabled r=jones.chris.g
2011-12-19 14:04:39 +01:00
Dão Gottwald
4e614b6593
Bug 706100 - Deduplicate skin files shared between gnomestripe and winstripe. r=dolske
2011-12-19 13:19:05 +01:00
Dão Gottwald
b45351feea
Bug 706108 - Remove unused largeIcon logic from applications.js. r=dolske
2011-12-19 13:08:13 +01:00
Marco Bonardo
d1d0bce45f
Merge mozilla-central to mozilla-inbound
2011-12-19 12:51:55 +01:00
Marco Bonardo
f0d8a7f557
Merge last green PGO changeset from mozilla-inbound to mozilla-central
2011-12-19 12:47:41 +01:00
Masatoshi Kimura
0f55ae3825
Bug 700057 - Create artificial names if English names not found in the name table. r=jfkthame
2011-12-19 10:48:46 +00:00
Jonathan Kew
4a5d0c5c63
bug 711357 - release the CGFontRef after creating our font entry (which holds its own reference). r=jdaggett
2011-12-19 10:36:05 +00:00
Jonathan Kew
53dbcf0ba8
bug 711352 - don't CFRelease objects when we don't have an owning reference. r=jdaggett
2011-12-19 10:33:37 +00:00
Robert Longson
91505489fc
Bug 705206 - applying filters to non-rendered shapes results in the item not being rendered. r=dholbert
2011-12-19 10:06:45 +00:00
Vivien Nicolas
d51296165e
Bug 707734 - Disable 'click and drag' text selection in nsFrame.cpp for touch enable devices r=roc
2011-12-19 10:11:16 +01:00
Vivien Nicolas
6562304b10
Bug 711488 - Replace some forgotten PR_TRUE with true in dom/battery && dom/sms r=mounir
2011-12-19 10:11:16 +01:00
Mark Finkle
2166d4e5c8
Bug 711855 - Unable to access the Add-Ons Manager - URL is not valid and cannot be loaded [r=mbrubeck]
2011-12-19 01:28:44 -05:00
Phil Ringnalda
e3ce373803
Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl
2011-12-18 18:50:13 -08:00
Matt Brubeck
95e77a68f1
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2011-12-18 12:12:54 -08:00
Kyle Huey
7788949687
Back out Bug 629668 because it breaks pymake builds.
2011-12-18 14:08:21 -05:00
Matt Brubeck
f8451c0415
Merge mozilla-central to mozilla-inbound
2011-12-18 08:22:53 -08:00