Граф коммитов

263799 Коммитов

Автор SHA1 Сообщение Дата
Josh Aas 47cdc25a03 Bug 723217: Fix click-to-play support for plugins on Android. r=snorp 2012-02-10 08:39:40 -05:00
Martin Stránský 5eef175782 Bug 627699 - Port GTK2 to GTK3, gkt3drawing part. r=karlt
--HG--
rename : widget/gtk2/gtk2drawing.c => widget/gtk2/gtk3drawing.c
2012-02-10 14:15:28 +01:00
Julian Reschke 3e44c9c61a Bug 598304 - XHR rewrites non-POST methods upon 301/302 redirects. r=bz 2012-02-10 14:12:51 +01:00
Veeraya Pupatwibul f3e79511f4 Bug 722305 - Remove contentAreaClick's redundant return value. r=dao 2012-02-10 14:11:53 +01:00
Ed Morley 626e546398 Bug 725429 - Clean up *makefiles.sh, Feb 2012 edition; rs=build
mobile/android/makefiles.sh & b2g/makefiles.sh were hg copied from
mobile/makefiles.sh prior to it's original cleanup and then move, so most of the
changes to them here are just to sync them with mobile/xul/makefiles.sh.
2012-02-10 12:40:30 +00:00
Ed Morley 807f24ae2c Bug 725524 - Fix check for $MOZ_WEBSMS_BACKEND to prevent "test: -eq: unary operator expected" during configure; r=glandium 2012-02-10 12:38:05 +00:00
Ed Morley bb2a6b1326 Bug 725517 - Properly quote $ac_cv_func_dladdr to fix "test: too many arguments" during configure; r=glandium 2012-02-10 12:38:05 +00:00
Jonathan Watt 5e2766c08f Bug 614732 - Temporary patch to add an mCoveredRegion to SVG leaf frames to cache their covered regions, since we can't reliably compute their pre-change covered regions for invalidation from the user space bounds now in their mRects (see bug 614732 comment 32 solution #1). r=roc. 2012-02-10 12:33:49 +00:00
Jonathan Watt 8e104f6863 Bug 614732 - For SVG leaf frames, use mRect to store the frame's user space bounds, and stop using it to store its covered region (compute that on demand). r=roc. 2012-02-10 12:33:46 +00:00
Jonathan Watt d36fb51f1e Bug 725903 - PathExtentsToMaxStrokeExtents needs to take a transform argument. r=longsonr. 2012-02-10 12:33:39 +00:00
Jonathan Watt 989bcc0208 Bug 725897 - Remove the inaccurate nsSVGUtils::ToAppPixelRect, and use nsLayoutUtils::RoundGfxRectToAppRect instead. r=longsonr. 2012-02-10 12:33:18 +00:00
Blake Kaplan 166055b759 Bug 725750 - Restore auto-Mozilla network joining hack. r=gal 2012-02-10 13:13:21 +01:00
Phil Ringnalda 0359ede96f Back out c7e11bcec31a (bug 724210) for Android XUL bustage 2012-02-09 22:24:53 -08:00
Kyle Huey f20ce02de5 Bug 725418: IndexedDB - GetAll[Keys] with an explicit 0, null, or undefined for the maximum number of records should return all records. r=bent
--HG--
extra : rebase_source : d4ebec7bb33e581bf9e709440a20117e245d1fcd
2012-02-09 20:56:48 -08:00
Kyle Huey 91a3b842e3 Bug 725848: ProxyCompleteRunnable must always run, even when clearing the event queue. r=bent
--HG--
extra : rebase_source : 02683e57a931f1e7c78a4bd7c13f2452a5e36c94
2012-02-09 20:54:47 -08:00
Kyle Huey aaa6210624 Bug 725885: Worker interval timers can be deleted prematurely. r=bent
--HG--
extra : rebase_source : 9588ec51cd18a7bf2ac3c07aa6ef0dfe50a01bef
2012-02-09 19:03:11 -08:00
Phil Ringnalda fd7fd21135 Back out 61d58d97747a (bug 721463) on expanded suspicion of GC crashes 2012-02-09 21:02:19 -08:00
Phil Ringnalda a8b3d39330 Back out 710220a5ac33 (bug 714109) on suspicion of causing GC crashes in browser-chrome 2012-02-09 20:40:59 -08:00
Brad Lassey 59e5501107 Bug 724210 - Stop using canvas to take screenshots. r=kats 2012-02-04 01:48:26 -05:00
Phil Ringnalda e91c4fb5a3 Back out ea2f8a85e0ed (bug 715809) for orange 2012-02-09 19:33:22 -08:00
Jeff Walden a0671bae3d Bug 725888 - Remove some js_GetClassPrototype calls, using faster methods on GlobalObject instead. Also introduce JS_GetObjectPrototype to retrieve Object.prototype so that a friend API can be made un-friendly. r=dmandelin
--HG--
extra : rebase_source : d68d7f1fdcc1bc9a1a027c08ea62bebd8e9d0178
2012-02-07 11:45:18 -08:00
Richard Newman f627b3dbc1 Bug 725512 - Reduce Content Provider log spew. r=lucasr 2012-02-09 18:39:11 -08:00
Terrence Cole f4487ecc88 Bug 714109 - Add missing barriers to Generator; r=billm
The generator object stores aside values from the stack of the generator
function when the generator is not running.  These values need to properly root
objects in the nursery.
2012-01-03 11:50:07 -08:00
Terrence Cole 1e34ebbb78 Bug 721463 - Clean up and minimize marking interfaces; r=billm
Currently, the marking interfaces are a giant pile of duplicated and,
frequently, unused code. This patch reworks the interface to clean
up jsgcmark.h.

--HG--
extra : rebase_source : 34797ffbdc8940d3de312b650163910ad8b1b728
2012-01-24 19:34:44 -08:00
Ben Turner 61e2c694c1 Bug 715809 - 'AppCache should accept manifests served with non-standard mime types'. r=sicking. 2012-02-09 17:20:07 -08:00
Ed Morley d3a97b86e5 Merge mozilla-central to mozilla-inbound 2012-02-09 23:09:40 +00:00
Joel Maher 9a047a2f8e Bug 725716 - upload a new talos.zip for windows and linux rss collection. r=armenzg 2012-02-09 14:46:25 -05:00
Tim Taubert ef79bbf711 Backed out changeset b3a4b572a634 (bug 715402) 2012-02-09 20:20:30 +01:00
Mike Hommey bae1748d8c Bug 725736 - Properly wrap getaddrinfo and related symbols (regression from bug 683127 part 2) r=dougt 2012-02-09 19:51:00 +01:00
Ed Morley 3912b90bae Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-09 17:54:45 +00:00
Chris Lord 4cd5246318 Bug 722325 - Revert bug 720987 for transformed frames. r=roc
The fix checked in for bug 720987 caused a major rendering regression with
native fennec. Revert it for transformed frames until the correct fix is found.
2012-02-09 16:42:14 +01:00
Ed Morley f034cae68b Backout 79121553f728 (bug 720799), 4a763183482f (bug 720795), e965486f4b50 & 4a7c7c6b9b11 (bug 720794) for failing to build on any platform 2012-02-09 12:06:50 +00:00
Chris Lord e4456bb51a Bug 725255 - Improve checkerboarding telemetry. r=jmaher
Change robotium to report on the average 'completeness' of rendered frames,
instead of the amount of frames with checkerboarding. Also change testCheck to
pan in a more humanly-possible way, and to change direction, which gives us
more useful numbers.
2012-02-09 11:37:17 +00:00
Tim Taubert 64d4bdb205 merge m-c to fx-team 2012-02-09 09:28:33 +01:00
Benjamin Smedberg d992d4c178 Bug 723473: Fix crash with Flashblock, regression from bug 90268. r=josh 2012-02-08 18:15:16 -05:00
Serge Gautherie eb17a765d8 Bug 725349. (Av1) Add a missing space to log messages. r=gavin.sharp.
DONTBUILD (log-string only).
2012-02-08 19:45:48 +01:00
Kyle Huey e341b85be0 Fix Bug 657588. r=bsmedberg 2012-02-08 09:27:29 -08:00
Dietrich Ayala 114624e575 Bug 715402 - Wait for chrome MozAfterPaint before executing any code not critical to making the initial window visible; r=gavin 2012-02-08 17:46:51 +01:00
Tim Taubert 490c43650b Bug 695705 - Intermittent TEST-UNEXPECTED-FAIL | browser/base/content/test/tabview/browser_tabview_bug628061.js | There are two groups - Got 1, expected 2; r=dietrich 2012-02-08 17:46:51 +01:00
Marco Bonardo 081565d680 Merge central to inbound 2012-02-08 09:24:40 +01:00
Marco Bonardo e7180038c0 Backout 7a8b935ab596 (bug 674370) for Paint regression 2012-02-08 09:23:40 +01:00
Andreas Gal d8ac22ec43 Compress input events in gonk backend (bug 718914, r=cjones). 2012-02-07 22:42:44 -08:00
Nicholas Nethercote 88b7022938 Bug 722972 - Reduce about:memory perturbation (part 7 of 7). r=jlebar.
--HG--
extra : rebase_source : a963f952a322eed6ed378330d3353676a265002f
2012-02-07 22:14:41 -08:00
Nicholas Nethercote a2a2b780c8 Bug 722972 - Reduce about:memory perturbation (part 6 of 7). r=jlebar.
--HG--
extra : rebase_source : a470ecfdf23488f6f4be7bec8058203fbe820ded
2012-02-07 22:01:39 -08:00
Nicholas Nethercote 0fa7a5971d Bug 722972 - Reduce about:memory perturbation (part 5 of 7). r=jlebar.
--HG--
extra : rebase_source : 3c25d162891990850bfe529e8845c58c23fea4e0
2012-02-07 21:59:43 -08:00
Nicholas Nethercote e8cdc2137e Bug 722972 - Reduce about:memory perturbation (part 4 of 7). r=jlebar.
--HG--
extra : rebase_source : b39e3e870d7d9cf324941a5a262983ae227f0833
2012-02-07 21:59:43 -08:00
Nicholas Nethercote a752047aca Bug 722972 - Reduce about:memory perturbation (part 3 of 7). r=jlebar.
--HG--
extra : rebase_source : d0307a1a559fe4be89adfdcebdb48ab19fb8da55
2012-02-07 21:57:48 -08:00
Nicholas Nethercote e3ba06a5ca Bug 722972 - Reduce about:memory perturbation (part 2 of 7). r=jlebar.
--HG--
extra : rebase_source : 3c8b59d8c2e55acd5eca32a984da344051869f43
2012-02-07 21:41:36 -08:00
Karl Tomlinson 9a26513022 b=724966 make sure to set sRetryGrabTime for retrying grabs r=roc
--HG--
extra : transplant_source : v%A5qVLv%7E%D8%0D%0C%8F%7F%C3%40%AEV%86%E5%BDT
2012-02-08 09:51:15 +13:00
Serge Gautherie e616109281 Bug 725045. (Av1) pushPrefEnv() param is "clear" not "remove". r=jmaher.
DONTBUILD (comment-only).
2012-02-07 22:05:18 +01:00