Nicholas Nethercote
f3aebefb11
Bug 669611 - Add memory reporter for GC heap fragmentation. r=jlebar.
2011-07-20 21:08:24 -07:00
Dão Gottwald
ac31bafc74
merge backout
2011-07-21 05:26:07 +02:00
Dão Gottwald
eef805ec9f
Backed out changeset e25da7cc7c63
2011-07-21 05:25:34 +02:00
Josh Matthews
46f873c5ff
Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted
2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b
Bug 548667 - Submit crash reports via FormData. r=ted
2011-07-20 17:51:55 -07:00
Bill McCloskey
6e203755b1
Bug 672112 - Fix PICTable bug in tracer (r=dmandelin)
2011-07-20 17:31:51 -07:00
Taras Glek
403f552f24
Bug 672651 - Track cache init times via telemetry r=jduell
2011-07-20 17:02:58 -07:00
Ehsan Akhgari
aa9c0820e7
Bug 672709 - Update the intrinsic state for elements in designMode documents correctly; r=bzbarsky
...
This patch fixes two things:
* The intrinsic state on elements inserted in a contenteditable section when the
document is in designMode (the nsGenericElement::UpdateEditableState change).
* The intrinsic state on elements existing in the document when the document first
enters designMode (the nsHTMLDocument::EditingStateChanged change).
The reftest included tests both cases.
2011-07-20 15:58:25 -04:00
Doug Turner
6c5c93af7d
Bug 670880 - Remove Spatial Navigation. r=blassey
2011-07-20 15:19:59 -07:00
Justin Lebar
fec7ca5028
Bug 666352 - Back out image decode timing changes from bug 590260 to make the browser more responsive while decoding images. r=joe
2011-07-20 18:05:46 -04:00
Jeff Muizelaar
05dca460b0
Bug 672225. imglib: remove some PRBools that we're hurting my eyes. r=joe
...
--HG--
extra : rebase_source : b06e2b61b1104234481bf30a71cd3742a8c9a54f
2011-07-20 17:52:30 -04:00
Jeff Muizelaar
0455058ca3
Bug 672207. imglib: Time how long we spend in the decode loop. r=joe
...
For now this is a global counter, the eventual plan is to make this per image
format. This will be our proxy for how long we block the event loop.
--HG--
extra : rebase_source : b283fff38585825f5f46884e12508b6323e178b3
2011-07-20 17:51:54 -04:00
Jeff Walden
252a1b2636
Bug 672854 - Crash when a syntax error is encountered immediately after the |in| in a for-in loop header. NOT REVIEWED YET
...
--HG--
extra : rebase_source : 875a214b0d0b140649b0845fb649c5c4926e4804
2011-07-20 14:26:57 -07:00
Jeff Walden
55a0fe3577
Bug 520095 - Don't censor U+FFFE and U+FFFF, when decoded by decodeURI or decodeURIComponent, to U+FFFD: just return the character. r=masa141421356@gmail.com
...
--HG--
extra : rebase_source : 6f93df1bb7e1c6f5621595a277486ad14ac2dcf1
2011-07-15 14:15:55 -07:00
Brad Lassey
d7d64adac1
bug 672939 - fennec package name repeats itself with NDKr5 and greater r=khuey
2011-07-20 17:02:04 -04:00
Matt Brubeck
7a9d5e2144
Bug 672897 - Update compatibility info for mobile Feedback add-on automatically [r=mfinkle]
...
--HG--
rename : mobile/app/profile/extensions/feedback@mobile.mozilla.org/install.rdf => mobile/app/profile/extensions/feedback@mobile.mozilla.org/install.rdf.in
2011-07-20 13:39:15 -07:00
Mats Palmgren
3fc942cbac
Bug 424395 - Ignore invalidation if the view observer has been disconnected. r=roc
2011-07-20 22:22:27 +02:00
Mats Palmgren
238d417a3c
Bug 672438 - Notify only if AppendChildTo succeeds. r=hsivonen
2011-07-20 22:22:27 +02:00
Ehsan Akhgari
550125490f
Merge mozilla-central and mozilla-inbound
2011-07-20 15:54:18 -04:00
Ehsan Akhgari
835cb87c60
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-20 15:52:41 -04:00
Brendan Eich
0c46987a59
Bug 671947 - Unqualified function invocation uses the global object the property was gotten from as |this| (r=luke).
2011-07-20 12:48:12 -07:00
Ehsan Akhgari
08f9ee5a5c
Merge backout
2011-07-20 15:49:38 -04:00
Ehsan Akhgari
17ab950e8e
Backout volkmar's push for breaking Windows builds
2011-07-20 15:49:16 -04:00
Rail Aliev
d60380cbec
bug 671474: Fennec release builders should use the same buildid. r=mark.finkle
2011-07-20 15:40:33 -04:00
Mounir Lamouri
2e1dfaef9e
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-20 12:18:54 -07:00
Jeff Muizelaar
f5865f36e6
Bug 539093. TimeStamp implementation for OS X using mach_absolute_time. r=cjones
...
--HG--
extra : rebase_source : 66c407448f94ae1b9efa8c7d0d7291e22b5e6191
2011-07-20 14:27:10 -04:00
Jeff Muizelaar
5abdccf9ba
Bug 672207. Add toMicroseconds() for more precision. r=cjones
...
--HG--
extra : rebase_source : a363b3c67c0cebf72777347e741e2499067c1fa3
2011-07-20 13:38:34 -04:00
Kai Engert
b64760c337
Bug 670454 - Certificates usage in Certificate Viewer is always shown as "could not verify this certificate for unknown reasons", r=bsmith
2011-07-20 18:21:53 +02:00
Kai Engert
f87d598688
Bug 442150 - "Backup all" button not enabled after cert import, r=johnath/gavin
2011-07-20 17:04:49 +02:00
Brendan Eich
1cc4cea754
Bug 621954 - common BindLocalVariable harder in jsparse.cpp (r=cdleary).
2011-07-20 09:24:28 -05:00
Marco Bonardo
2b1797e61b
Merge mozilla-central and mozilla-inbound
2011-07-20 15:36:37 +02:00
Marco Bonardo
cc45fb85d1
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-20 15:04:30 +02:00
Dão Gottwald
1f7ec657d0
Restore enablePrivilege hack for non-browser-chrome consumers in mockObjects.js
2011-07-20 12:57:14 +02:00
Dão Gottwald
90797a548e
Fix browser_save_video.js
2011-07-20 12:33:19 +02:00
Jonathan Kew
b64ffe9c8b
bug 672320 pt 5 - more hyphenation locale reftests. r=smontagu
2011-07-20 11:15:48 +01:00
Jonathan Kew
82f5c7bd3e
bug 672320 pt 4 - add hyphenation patterns for af,bg,ca,cy,da,eo,es,et,gl,hr,hsb,ia,is,kmr,la,nl,pt,sl,uk locales. rs=smontagu
2011-07-20 11:15:38 +01:00
Jonathan Kew
0f2ab0d050
bug 672320 pt 3 - reftest for Swedish hyphenation patterns. r=smontagu
2011-07-20 11:15:30 +01:00
Jonathan Kew
fb614237df
bug 672320 pt 2 - add hyphenation patterns for Swedish. fb=gerv rs=smontagu
2011-07-20 11:15:24 +01:00
Jonathan Kew
a50fcb5cbb
bug 672320 pt 1 - include all available hyphenation patterns in the build. r=smontagu
2011-07-20 11:15:13 +01:00
Jonathan Kew
84f0f0dd88
bug 672472 - convert hyphenation-point offsets correctly from Unicode characters to UTF16 code units. r=smontagu
2011-07-20 11:15:06 +01:00
Dão Gottwald
58063650f7
Temporarily disable browser_save_video.js (times out when not run on its own)
2011-07-20 12:11:09 +02:00
Dão Gottwald
dd50273c6a
Fix for undefined Ci/Cr/Cu in layout/forms/test/test_bug536567.html
2011-07-20 12:02:00 +02:00
Dão Gottwald
640abb2979
Fix for undefined Cc/Ci/Cr/Cu in test_bug500885.html, test_bug592802.html, test_bug61098.html and test_bug36619.html
2011-07-20 11:51:43 +02:00
Marco Castelluccio
71a9782576
Bug 672172 - Remove nsIDOMWindowUtils_MOZILLA_2_0_BRANCH remnant from test-ipcbrowser-content.js. r=jdm
2011-07-20 10:39:27 +02:00
Javi Rueda
3355df60d2
Bug 625017 - Multiple access key usage for hardware acceleration entry in advanced pane. r=gavin
2011-07-20 10:38:30 +02:00
Dão Gottwald
5a9f25b436
Bug 672090 - Remove toolkit/content/tests/browser/common/_loadAll.js, testRunner.js, toolkitFunctions.js. r=gavin
...
--HG--
rename : toolkit/content/tests/browser/common/mockTransferForContinuing.js => toolkit/content/tests/browser/common/mockTransfer.js
2011-07-20 10:37:53 +02:00
Michael Wu
9e2c6a0264
Bug 664898 - Cleanup startup cache api, r=taras
2011-07-20 00:39:09 -07:00
Michael Wu
af37ca7802
Bug 672447 - Remove zip crc32 probe, r=taras
2011-07-20 00:35:44 -07:00
Michael Wu
f10a857bd2
Bug 672426 - Use GUARD_OBJECT macros in Telemetry::AutoTimer, r=taras
2011-07-20 00:34:28 -07:00
Michael Wu
f691d6f615
Bug 665272 - Require unzip during configure, r=ted
2011-07-20 00:31:21 -07:00