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

274738 Коммитов

Автор SHA1 Сообщение Дата
Benoit Jacob 6b89ffee83 Bug 657190 - the WebGL mochitest is downloading images from internet - r=philor
This patch checks in the image in question so we don't download it from internet anymore. Was causing intermittent test failures.
2011-05-20 15:53:53 -04:00
Kyle Huey 00f42f97a9 Bug 648997: Implement BlobBuilder spec as mozBlobBuilder. r=sicking.
Note that there is one key difference between this implementation and the spec.  In this patch mozBlobBuilder.getBlob("content/type"); returns a Blob and clears the mozBlobBuilder.  In the spec the BlobBuilder is not cleared.  Thus,

let bb = new mozBlobBuilder();
mozBlobBuilder.append("foo");
let blob1 = mozBlobBuilder.getBlob("content/type");
// blob1 contains "foo"
mozBlobBuilder.append("bar");
let blob2 = mozBlobBuilder.getBlob("content/type");
// blob2 contains "bar", the spec says it should contain "foobar".

IMO, the spec behavior optimizes for the wrong case.  BlobBuilder will probably be used mostly as a one-shot API.  Additionally, the spec requires the BlobBuilder to hang on to potentially large amounts of memory between the getBlob() call and when the BlobBuilder is GCd.

These issues have been raised on the listserv.
2011-05-20 10:18:45 -07:00
Shawn Gong 9f3a20be43 Bug 632255 - Implemented readAsArrayBuffer() for FileReader. r=bent,sicking 2011-05-20 10:17:28 -07:00
William Chen 381efa28db Bug 560112 - Implement HTML5 dataset attribute. r=sicking,mrbkap 2011-05-20 10:23:49 -07:00
Dave Townsend e7e01ed0a0 Bustage fix for bug 595848, add the xpcshell test to the new manifest 2011-05-20 12:57:50 -07:00
Jonathan Watt 09272fddd6 Bug 657862 - Relative SVG arc path segments are broken. r=longsonr.
--HG--
extra : rebase_source : 8897f5f5358f67708f92f50e1061d1947ae011a1
2011-05-20 21:00:35 +01:00
Jono S Xia 1165860acf Bug 611695: Updating the extension fires the welcome page. r=dtownsend 2011-05-20 12:52:04 -07:00
Giorgio Maone 604318fe5e Bug 644856: Make sure any child processes clear the jar cache when uninstalling extensions. r=dtownsend 2011-05-20 10:40:11 -07:00
Hernán Rodriguez Colmeiro 23bf525336 Bug 658275: browser_globalinformations.js should not require the network. r=dtownsend 2011-05-20 12:37:39 -07:00
Dave Townsend 98471ba9d4 Bug 595848: Dynamically generate the list of categories. r=Unfocused 2011-05-20 10:36:28 -07:00
Brad Lassey 8041c1a27e bug 624163 - IME input does not work in rich editors with e10s r=dougt 2011-05-20 14:44:09 -04:00
Brad Lassey c8b9f55356 bug 632874 - make it clear that first-run startup time isn't normal r=dougt 2011-05-20 14:44:09 -04:00
Taras Glek 1b62bf2f8b bug 627591: backout preload in preparation for better one. 2011-05-20 11:32:23 -07:00
Taras Glek 034d02927a bug 627591: backout preload in preparation for better one. 2011-05-20 11:32:01 -07:00
Gervase Markham 514e9b9ec0 Merge. 2011-05-20 18:27:27 +01:00
Gervase Markham b10734268c Remove broken .pk IDN items in PSL. a=orange. 2011-05-20 18:27:05 +01:00
Matt Woodrow 178c87fef3 Bug 656947 - NULL check the current canvas context when attempting to increment the malloc count. r=bz 2011-05-20 10:12:12 -07:00
Hiroyuki Ikezoe fe5e0d184d Bug 618188 followup - Do not remove observer twice. r=zpao 2011-05-20 10:12:07 -07:00
Alon Zakai b7904ab8ef Bug 617115 - Do not send crash reports in Android without crash reporter. r=blassey 2011-05-20 10:03:07 -07:00
Gervase Markham 464a8e237a Merge. 2011-05-20 17:10:52 +01:00
Gervase Markham eed0f61b93 Bug 632595 - update PSL for .eg and .uk. r=pkasting. 2011-05-20 17:09:26 +01:00
Gervase Markham aa2077bba3 Bug 638195 - update PSL for .br. r=pkasting. 2011-05-20 17:08:56 +01:00
Gervase Markham 6a8241c82c Bug 638749 - update PSL for .do. r=pkasting. 2011-05-20 17:08:17 +01:00
Gervase Markham 3686d5e3bc Bug 658084 - add many new IDN TLDs to PSL. Patch by Jothan Frakes <jothan@gmail.com>; r=gerv. 2011-05-20 17:02:25 +01:00
Joel Maher a43a68efd8 Bug 658524 - annotate remaining jsreftest manifests for android. r=bear, a=test-only 2011-05-20 11:54:02 -04:00
Joel Maher 7aa6e96e23 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Oleg Romashin d474eff1b7 Bug 658390 - Add support for Maemo6 Harmattan desktop environment r=mfinkle 2011-05-20 09:05:31 -04:00
Joel Maher 58f516d3b9 Bug 616999. Xpcshell manifest support; xpccheck.py for missing tests. r=ted, a=test-only 2011-05-20 07:15:41 -04:00
Joel Maher cb47921bcc Bug 616999. Xpcshell manifest support; harness changes. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Joel Maher 380185e6df Bug 618977 - Specifying an invalid test-path no longer complains about no tests to run, instead just does nothing. r=gavin, a=test-only 2011-05-20 11:54:01 -04:00
Vivien Nicolas f790aee5f8 backout bug 647560 - Pages on Fennec desktop does not not draw anymore 2011-05-20 17:45:00 +02:00
Mounir Lamouri 6ba3d42135 Merge backout 2011-05-20 16:54:55 +02:00
Mounir Lamouri 72aeeb9ec2 Backout bug 632595, bug 638195, bug 638749 and bug 658084 due to oranges on xpcshell. 2011-05-20 16:54:30 +02:00
Mounir Lamouri dbe83aff34 Merging cedar with mozilla-central. 2011-05-20 15:55:16 +02:00
Gervase Markham e8904cdcb4 Bug 658084 - add many new TLDs to PSL. patch by Jothan Frakes <jothan@gmail.com>, r=gerv. 2011-05-20 14:12:52 +01:00
Gervase Markham 98ed18993f Bug 638749 - update PSL for .do. r=pkasting. 2011-05-20 14:11:16 +01:00
Gervase Markham 402a28587f Bug 638195 - update PSL for .br. r=pkasting. 2011-05-20 14:10:39 +01:00
Gervase Markham e428b12553 Bug 632595 - update public suffix list for changes in .eg and .uk. r=pkasting. 2011-05-20 14:09:29 +01:00
Justin Lebar 708ba9e2b8 Bug 655270 - push/replaceState should update the favicon. r=mak, sr=gavin 2011-05-20 08:37:02 -04:00
Justin Lebar fb278a4272 Bug 658391 - Move nsStructuredCloneContainer's definition out of nsDocShellModule and into nsLayoutModule. r=khuey 2011-05-20 08:37:02 -04:00
Daniel Holbert b1b7247220 Bug 658494: Fix out-of-order init list in nsAccTreeWalker constructor. r=marcoz 2011-05-20 03:55:37 -07:00
Vivien Nicolas fe1cd2cfdb Bug 636792 - Coalesce keyboard pan with zoom to element pan [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas 6d9afbbde7 Bug 657337 - Form input selection arrows are partially off screen after switching orientation [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas aee8bcc960 Bug 636339 - Disabled arrows for form assistant on Android [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas cd5da01a90 Bug 641836 - [Regression] The search input should get the focus after loading about:config [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas 1c529184e1 Bug 634386 - [RTL] Arabic pages don't render correctly [r=stechz] 2011-05-20 12:18:19 +02:00
Vivien Nicolas 6fff50656f Bug 657614 - No form helper zoom on tap of field input [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas e19d7e5772 Bug 654136 - Bixi site causing browser content interactivity issues in Fennec [r=mfinkle] 2011-05-20 12:18:19 +02:00
John Daggett aa033e7c25 Bug 652754. Eliminate unnecessary font data enumerations at startup. r=jkew 2011-05-20 15:09:30 +09:00
Tim Taubert 7fa73950fb Bug 595601 - Option to not load tabs from inactive groups on initial browser startup (and until such time as the tab(s) become part of an active group); r=zpao 2011-05-20 00:07:55 +02:00