Bill McCloskey
|
974aaa5c58
|
Bug 764850 - Don't run write barrier verifier during shutdown (r=terrence)
|
2012-06-22 11:31:00 -07:00 |
|
Bill McCloskey
|
73c46100a8
|
Bug 765313 - script->types is getting thrown out too soon in JSScript::ensureRanAnalysis (r=bhackett)
|
2012-06-22 11:30:54 -07:00 |
|
Bill McCloskey
|
b19e04c822
|
Bug 766355 - Fix GC valgrind warnings (r=terrence)
|
2012-06-22 11:30:48 -07:00 |
|
Bill McCloskey
|
189a764ba9
|
Bug 766707 - Free dynamic slots if we OOM during object allocation (r=dvander)
|
2012-06-22 11:28:49 -07:00 |
|
Bill McCloskey
|
7d061f8687
|
Bug 767234 - Don't invoke write barrier on generator slots (r=luke)
|
2012-06-22 11:24:20 -07:00 |
|
Steve Fink
|
5cd675cf2b
|
Bug 764184 - Fix GC_REASON telemetry bucket count (r=froydnj)
--HG--
extra : rebase_source : b4b9015caab404d8a4b674349fc27ade09dd3ec5
|
2012-06-15 15:21:56 -07:00 |
|
Jason Duell
|
f0efe4bd13
|
Bug 713023 - Websockets: don't prefer SOCKS to HTTP proxy until bug 449251 is fixed. r=biesi
|
2012-06-22 10:59:53 -07:00 |
|
Joel Maher
|
79ca0431db
|
Bug 765860 - remove the requirement from sutagent to reboot after an uninstall. r=gbrown
|
2012-06-22 13:24:11 -04:00 |
|
Lucas Rocha
|
ac809090d8
|
Bug 766966 - Change "Font" to "Text" in Reader UI (r=mfinkle)
|
2012-06-22 17:44:36 +01:00 |
|
Mike Hommey
|
fc130e8b4b
|
Bug 767024 - Allow dependentlibs.py to work when cross-compiling for Android on OSX. r=khuey
|
2012-06-22 18:33:17 +02:00 |
|
Mike Hommey
|
8c6644eac1
|
Bug 766975 - Rename OBJS-related dependency files. r=khuey
|
2012-06-22 18:29:03 +02:00 |
|
Robert O'Callahan
|
23719f664e
|
Bug 763838. Update mDestination to match chosen subpixel destination. r=tnikkel
|
2012-06-22 11:24:06 -05:00 |
|
Ed Morley
|
558d143bd6
|
Merge mozilla-central to mozilla-inbound
|
2012-06-22 17:15:15 +01:00 |
|
Julian Seward
|
9f7497b311
|
Bug 767370 - Uninitialised value use in nsIDOMKeyEvent_GetCharCode; r=peterv
|
2012-06-22 17:53:01 +02:00 |
|
Ehsan Akhgari
|
c32c0af957
|
Bug 766349 - ClearOnShutdown_Internal::ShutdownObserver needs a virtual destructor; r=bsmedberg
|
2012-06-19 18:23:35 -04:00 |
|
Lucas Rocha
|
9d162cc530
|
Bug 766164 - pngcrush all Reader assets (r=mfinkle)
|
2012-06-22 16:06:18 +01:00 |
|
Lucas Rocha
|
1b29f562bd
|
Bug 766617 - Use arrow image with shadow and proper density in Reader (r=mfinkle)
|
2012-06-22 16:04:22 +01:00 |
|
Lucas Rocha
|
cd87df540b
|
Bug 766950 - Reduce blockquote's left padding in Reader (r=mfinkle)
|
2012-06-22 16:01:09 +01:00 |
|
Bas Schouten
|
59e189f351
|
Bug 764117 - Part 1: Prefer performance over avoiding seaming in border drawing. r=roc
|
2012-06-22 16:27:38 +02:00 |
|
Bas Schouten
|
4abe051113
|
Bug 764117 - Part 0: Mark reftest fuzzy on OS X. r=roc
|
2012-06-22 16:27:38 +02:00 |
|
Brian R. Bondy
|
ef77747cbd
|
Bug 766833 - Some MozillaMaintenance installs point to maintenanceservice_tmp.exe. r=ehsan
|
2012-06-22 10:13:56 -04:00 |
|
Kartikaya Gupta
|
a1d471b2c0
|
Bug 766668 - Account for RTL pages having the top-left corner not at (0,0) when taking a screenshot update. r=blassey
|
2012-06-22 09:31:50 -04:00 |
|
Simone Carletti
|
34b9d26c53
|
Bug 767312 - update PSL for .sh. r=gerv.
|
2012-06-22 13:50:56 +01:00 |
|
Dão Gottwald
|
0e4b582999
|
Bug 728831 - Don't expose the Firefox patch level (13.X.Y) in the UA string, only show the major version (13.X). r=bz sr=gavin
|
2012-06-22 13:52:47 +02:00 |
|
Jon Coppeard
|
19ae8c2cf4
|
Bug 763984: Simplify the code and use the same path for incremental/non-incremental GC r=billm
--HG--
extra : rebase_source : 1b9e2601fd97cd6fb6ff9f661ee394ac80339736
|
2012-06-22 11:26:08 +01:00 |
|
Jon Coppeard
|
08f94c004a
|
Bug 763984: Add new zeal modes to test incremental GC r=billm
--HG--
extra : rebase_source : 0392bc3985442eb3b378b1f5a47a757f55106fdc
|
2012-06-22 11:25:21 +01:00 |
|
Robert O'Callahan
|
052a9b7ec1
|
Bug 766007. Create scrollframes for frameset documents. r=tnikkel
|
2012-06-22 22:51:05 +12:00 |
|
Robert O'Callahan
|
3af104f72b
|
Bug 752796. More logging. r=jesup
|
2012-06-22 22:51:04 +12:00 |
|
Jeff Walden
|
dd65d473fe
|
Initialize an outparam (to a totally bogus value) so that gcc doesn't complain about may-be-used-uninitialized in a case that can't actually be reached. No bug, rs=jorendorff
--HG--
extra : rebase_source : c1aed684b0113e4cfcff55f43b5a6e6e460fafe6
|
2012-06-15 14:59:34 -07:00 |
|
Paul Rouget
|
f288f3e37f
|
Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker
|
2012-06-15 15:55:33 +02:00 |
|
Jeff Walden
|
4261b23151
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
--HG--
extra : rebase_source : 5623e436f6cd03a90ba0a188ee5d2fa8f8577766
|
2012-06-14 19:13:27 -07:00 |
|
Wes Johnston
|
2c2344cd9d
|
Bug 766285 - Pass correct origin to java when opening webapps. r=mfinkle
|
2012-06-20 15:02:29 -07:00 |
|
Bas Schouten
|
64457eec20
|
Bug 761397 - Part 1: Cache ID2D1Layers for D2D Azure backend. r=jrmuizel
|
2012-06-20 23:41:16 +02:00 |
|
Bas Schouten
|
5dad9a7e0a
|
Bug 738189: Add memory reporting for Azure VRAM usage. r=jrmuizel
|
2012-06-20 23:41:16 +02:00 |
|
Bas Schouten
|
217961fb06
|
Bug 764117: Prefer performance over avoiding seaming. r=roc
|
2012-06-20 23:41:13 +02:00 |
|
Patrick McManus
|
cff095e8d8
|
bug 766159 - User-Agent product sub code wrong with NSPR logging on r=jduell
--HG--
extra : rebase_source : 8f59eaad172e1a7c3e39fa02543783e8f2709f08
|
2012-06-20 17:07:42 -04:00 |
|
Chenxia Liu
|
5486fe19a0
|
Bug 731116 - More strict mode during Android Sync setup. r=nalexander
--HG--
extra : rebase_source : d807c23880634f519965c3db307760ab6298311b
|
2012-06-20 14:15:02 -07:00 |
|
Nick Alexander
|
539800eef9
|
Bug 766397 - Do not log PasswordRecord details. r=rnewman
--HG--
extra : rebase_source : 2a0290471d7341a5752b28adadb0949c0644e486
|
2012-06-20 14:10:55 -07:00 |
|
Eitan Isaacson
|
0a5d6947f7
|
Bug 766238 - Introduce Utils module in jsat. r=davidb
|
2012-06-20 14:07:51 -07:00 |
|
Eitan Isaacson
|
c7883dbfbb
|
Bug 756502 - Added reason to pivot change notifications. r=davidb
|
2012-06-20 14:07:51 -07:00 |
|
Eitan Isaacson
|
7f419da2d8
|
Bug 756296 - Introduce pivot moveToPoint(). r=davidb
|
2012-06-20 14:07:51 -07:00 |
|
Aki Sasaki
|
dae7163e24
|
bug 765808 - fix bare 'dn' typo. r=glandium
|
2012-06-20 13:59:23 -07:00 |
|
Kartikaya Gupta
|
d031130aa4
|
Bug 766576 - Fix javascript warning about missing return value. r=mfinkle
|
2012-06-20 16:48:22 -04:00 |
|
Jonathan Kew
|
18d7bebbda
|
bug 763982 - update and optimize Arabic char processing in TransformText. r=smontagu
|
2012-06-20 20:58:19 +01:00 |
|
Jonathan Kew
|
c49bd10d2f
|
bug 763693 - simplify the word-cache telemetry to reduce overhead. r=jdaggett
|
2012-06-20 20:58:19 +01:00 |
|
Jonathan Kew
|
2d7e5e52f7
|
bug 764005 - optimize gfxFontGroup::FindFontForChar for the most common case, and lift array Length() accesses out of other loops in font code. r=smontagu
|
2012-06-20 20:58:18 +01:00 |
|
Jonathan Kew
|
368eaccf10
|
bug 763703 - optimize Unicode property lookup and gfxScriptItemizer::Next. r=smontagu
|
2012-06-20 20:58:18 +01:00 |
|
Gregor Wagner
|
d0c563d64a
|
Bug 766379 - Settings API: Add warning if we get or set a non-existing setting. r=fabrice
|
2012-06-20 12:56:23 -07:00 |
|
Doug Turner
|
4dbf3ce990
|
Bug 766358 - Gaia DCIM has to be at the root of that filesystem. r=fabrice
|
2012-06-20 01:21:21 -07:00 |
|
David Zbarsky
|
09970e7f7a
|
Bug 766342 - Remove unneeded nsresult in nsExternalHelperAppService.cpp r=bz
|
2012-06-20 12:48:51 -07:00 |
|