Commit Graph

64373 Commits

Author SHA1 Message Date
Shawn Wilsher
75f1c63442 Bug 630539 - Upgrade to SQLite 3.7.5
This change contains the changes needed to the Mozilla codebase.
r=asuth
2011-03-31 10:19:30 -07:00
Shawn Wilsher
1d3050f2ee Bug 615978 - Make about:memory handle multiple reporters for the same thing.
r=Mossop
2011-03-31 10:19:30 -07:00
Doug Turner ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
ef70e47ce5 Bug 615978 - Add SQLITE_DBSTATUS_* memory usage to memory reporter
Adds some finer-grained memory reporting about SQLite usage.
r=asuth
2011-03-31 10:19:30 -07:00
Joel Maher
335f832c43 Bug 638815 - reftest seems to have no way to do a green run on android, r=mfinkle a=test-only 2011-03-31 13:08:07 -04:00
Joel Maher
d06f7b420e Bug 473817 - allow conditional 'include' in reftest manifests. r=dbaron, a=test-only 2011-03-31 13:08:05 -04:00
Ehsan Akhgari
4524028f13 Backout changeset 7fbc721aa455 (bug 634672) because it breaks the Mac mochitest-browser-chrome tests 2011-03-31 12:00:08 -04:00
Ehsan Akhgari
f5589b7bd8 Merge backout of bug 622480 2011-03-31 11:01:13 -04:00
Ehsan Akhgari
029c69b601 Backout bug 622480 because of reftest failures on Windows debug 2011-03-31 11:00:53 -04:00
Ehsan Akhgari
3670f0ad80 Backed out changeset 25bff0385b47 to re-enable the tests which were failing as a result of bug 622480 (because I'm backing that bug out) 2011-03-31 10:58:36 -04:00
Kyle Huey
691d85e45c Disable this test until I can debug it. 2011-03-31 10:27:22 -04:00
Kyle Huey
e169e16015 Back out Bug 639754. 2011-03-31 09:12:20 -04:00
Kyle Huey
61ff9410c4 Backed out changeset a5dbece71e4a due to test failures 2011-03-31 09:11:21 -04:00
Steven Michaud
a1d1c74dc7 Bug 641057 - [Mac] Firefox 4.0 crash [@ -[ChildView updatePluginFocusStatus:] ]; r=josh 2011-03-31 08:44:00 -04:00
Masayuki Nakano
f137ac24c5 Bug 645662 Should not consume mouse down event at the sub menu of splitmenu or toolbarbutton rolled up r=enndeakin 2011-03-31 21:28:19 +09:00
Kyle Huey
987825ce70 Bug 622480: Part 3 - Ensure that we only call the nsIMIMEService on the main thread. r=joe 2011-03-31 07:30:22 -04:00
Kyle Huey
cc0159a85a Bug 622480: Part 2 - Run moz-icon OS integration on Windows async. r=joe
Here we remove most of the functionality of the channel and place it in the input stream.  By using a blocking input stream, we can guarantee that Necko will kick our input stream to a background thread.  We then do all of our shell calls on first read from the input stream, guaranteeing that they happen off the main thread.
2011-03-31 07:26:29 -04:00
Kyle Huey
d534311b09 Bug 622480: Part 1 - Remove WINCE icon code. rs=joe 2011-03-31 07:23:44 -04:00
Matheus Kerschbaum
1f81122982 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg 2011-03-31 07:22:55 -04:00
Kyle Huey
29d5f43cb5 Merge m-c to bs. 2011-03-31 07:17:15 -04:00
Doug Turner
b5d804c090 Bug 646685 - Fix watchPosition after isBetterPosition was removed. r=blassey 2011-03-30 21:13:35 -07:00
Ehsan Akhgari
a0f4acae30 Merge cedar into mozilla-central 2011-03-30 13:53:35 -04:00
Graeme McCutcheon
091c5e040f Bug 566942: Only scan short strings to see if we can use shared data. r=sicking 2011-03-30 10:50:44 -07:00
John Ford
9ff702033c Bug 639884 - Teach packaging code how to create RPM files from normal builds r=glandium 2011-03-30 10:22:36 -07:00
Ehsan Akhgari
5199d98d91 Bug 645914 - Do not eat the white-space when doing word selection if the eaten whitespace is a newline character and we have been instructed not to jump between lines; r=roc
This fixes a bug in selecting words at the end of lines in textarea's for Windows.
2011-03-30 11:56:48 -04:00
stefanh@inbox.com
9403877ba8 Bug 611759 - [Pinstripe] Remove '-moz-appearance: treeheadersortarrow' from listbox.css/tree.css. r=dao. 2011-03-30 17:51:12 +02:00
Ms2ger
6ba85475ea Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz 2011-03-30 08:58:21 +02:00
Ms2ger
c342cd1b08 Bug 645331 - Remove unused nsAutoString in nsGenericElement::RemoveAttributeNS; r=smaug 2011-04-01 15:31:35 -04:00
Ms2ger
75157756af Bug 632516 - Handle non-finite values for translate per spec; r=roc 2011-04-01 15:31:35 -04:00
Ms2ger
5580363e6a Bug 632515 - Handle non-finite values for transform per spec; r=roc 2011-04-01 15:31:35 -04:00
Ms2ger
52e0a6ab6d Bug 632503 - Handle non-finite values for rect per spec; r=roc 2011-04-01 15:31:35 -04:00
Ms2ger
a621fafa13 Bug 632502 - Handle non-finite values for quadraticCurveTo per spec; r=roc 2011-04-01 15:31:35 -04:00
Justin Lebar
691f15fe24 Bug 646254 - configure should error out if yasm version is too low to assemble libjpeg-turbo. r=khuey
Will generate an error if yasm is not at least 1.1.0 unless --disable-libjepg-turbo is passed to configure.
2011-03-29 21:47:51 -04:00
Mounir Lamouri
ee71c0212a Follow-up from bug 641366: fix comment. 2011-03-30 14:41:08 +02:00
Mounir Lamouri
ceab8b6711 Bug 640545 - Specify that the load has failed in the error message when a reftest load failed. r=dbaron 2011-03-30 14:38:44 +02:00
Rob Campbell
3f6746b65f merge devtools to mozilla-central on a CLOSED TREE, a=davidb 2011-03-30 08:24:53 -03:00
Rob Campbell
58320b5909 added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb 2011-03-30 08:23:52 -03:00
Rob Campbell
fae9c31079 merge mozilla-central with devtools 2011-03-30 07:50:53 -03:00
Rail Aliiev
2d72094158 bug 313956: expand installer .exe contents to make complete mar. r=ted.
--HG--
extra : rebase_source : 1a23afed1769531afe0b2f7d307fe5709eeed99b
2011-03-29 15:04:02 -04:00
Justin Lebar
03fb338e12 Bug 573948 - Part 2: Remove expected fail for JPEG tests on Windows. r=jmuizelaar 2011-03-29 15:28:31 -04:00
Dão Gottwald
c537024a6a Bug 623199 - Add-ons manager buttons should be contextually styled. r=mossop
--HG--
extra : rebase_source : 271ea999816306633a669199ec72090cf4feb10c
2011-03-29 20:38:02 +02:00
Ms2ger
09c1e8b000 Bug 632495 - Handle non-finite values for moveTo per spec; r=roc 2011-03-29 14:12:00 -04:00
Ms2ger
9c0180628b Bug 632493 - Handle non-finite values for lineTo per spec; r=roc 2011-03-29 14:05:00 -04:00
Ms2ger
3cb1f8077b Bug 630271 - Throw a TYPE_MISMATCH_ERR on createPattern(null); r=smaug 2011-04-01 15:31:34 -04:00
Ms2ger
938d8be616 Bug 630034 - Throw when attempting to create a radial gradient with negative radii; r=jmuizelaar 2011-03-31 11:47:00 -04:00
Dão Gottwald
141fc835b6 Bug 603790 - drop the drop shadow on buttons and textfields. r=shorlander
--HG--
extra : rebase_source : 1798d85a531486d3f1e0f2548f5c5955f4db74b7
2011-03-29 19:53:28 +02:00
Rob Campbell
e6b836b0cd merge mozilla-central to devtools 2011-03-29 09:53:45 -03:00
Ben Bucksch
e96da13c83 Bug 55366 - Change navigator.language to use Accept-Language instead of the UI language. r=bz sr=jst
--HG--
extra : rebase_source : 9e1a68f6dc53745992ee3835dcb167b1b1642cca
2011-03-29 13:18:17 +02:00
Boris Zbarsky
0ca24831fd Bug 644069. Fix the caching logic for cross-site requests. r=sicking 2011-03-29 00:41:01 -04:00
Boris Zbarsky
16ac67c451 Bug 645943. Initialize mLastTimerInterval correctly. r=dbaron 2011-03-29 00:41:01 -04:00
Boris Zbarsky
81fa8bcec6 Bug 645938. Make sure to set mFlushesNeeded for all content lists. r=dbaron 2011-03-29 00:41:01 -04:00