Bas Schouten
5257eb8592
Bug 573013: Report more appropriate errors from acquire_source_image. r=jrmuizel a=blocking-beta5
2010-08-27 22:12:03 +00:00
Benjamin Smedberg
3c390e8d1b
Bug 562313 - Statically link binary browser components into firefox.exe, r=ted
2010-08-27 22:09:23 +00:00
Blair McBride
cde5a090e7
Bug 581073 - Search pane needs to expose the relevancy sort order. r=dtownsend, a=blocking-beta5
2010-08-28 10:01:36 +12:00
Felipe Gomes
e7a8d69a7c
Bug 574833. Persona theme with disabled menu bar completely cover aero caption buttons. r=dao r=jmathies a=betaN
2010-08-27 18:26:30 -03:00
Felipe Gomes
184d7ad27d
Bug 586961. Direct accesskey clicks on label to correct controlled element. r=neil a=betaN
2010-08-27 18:26:24 -03:00
Felipe Gomes
37b6b36e3c
Bug 575440. WM_GESTURENOTIFY shouldn't ignore toplevel windows. r=jmathies a=blocks 130078
2010-08-27 18:26:17 -03:00
Brian Crowder
06a746ce7a
Bug 416743 - kill bogus assertion about aFileExt with leading ".", r=bz, a=NPOTB
2010-08-27 14:20:47 -07:00
Daniel Holbert
e1f4ffab29
Remove two more invalid Makefile comments from bug 562195. "comment" only, a=NPOTB
2010-08-27 14:20:44 -07:00
Justin Lebar
fdb8524e3e
Bug 590573 - pushState should save the scroll position of the old SHEntry, and going between pushStated entries should respect the saved scroll position. r=bzbarsky a2.0=blocking
2010-08-27 14:19:45 -07:00
Justin Lebar
267bcc364f
Bug 589306 - mozconfig* files shouldn't be hgignored. r=ted, a=npotb
2010-08-27 14:19:45 -07:00
Boris Zbarsky
14a38ac417
Bug 590179. Use -fomit-frame-pointer when building opt builds on mac. r=ted, a=beltzner
2010-08-27 14:19:45 -07:00
Mark Finkle
07cfc2f55a
Bug 584610 - RecvLoadRemoteScript uses a tiny buffer to load script [r=smaug] a=blocking2.0
2010-08-27 13:25:36 -07:00
David Dahl
ebb651bdd3
Bug 590086 - Make capitalization of menu items consistent r=bmcbride a=beta5+
2010-08-27 13:25:32 -07:00
David Dahl
da542db7c4
Bug 591008 - browser_HUDServiceTestsAll.js | image is logged - Didn't expect -1, but got it r=sdwilsh a=sdwilsh
2010-08-27 13:25:28 -07:00
Patrick Walton
b7e7f8d442
Bug 588730 - Adding text nodes to the Web Console causes warnings r=dietrich a=blocking2.0
2010-08-27 13:25:23 -07:00
Shawn Wilsher
0181f9b93c
Bug 583882 - Need a way to clone an existing connection.
...
r=asuth
sr=shaver
a=blocking2.0
2010-08-27 12:42:58 -07:00
Shawn Wilsher
28f18db546
Bug 519769 - Open shared/unshared connection with options instead of setting shared state always
...
Use the flags SQLite provides on sqlite3_open_v2 instead of using a mutex to
protect the shared cache state.
r=asuth
a=gavin
2010-08-27 12:42:55 -07:00
Shawn Wilsher
f7e6769fdc
Bug 590654 - Let JavaScript read embedded nulls from input streams
...
Adds a new method to NetUtil (readInputStreamToString) that will read a string
with or without embedded NULLs from an input stream. Also adds the needed API
on nsIScriptableInputStream to make this happen.
r=bz
sr=biesi
a=blocking2.0
2010-08-27 12:42:51 -07:00
Gregor Wagner
26e3f7eccd
Bug 590325 - TM: Global Object created in CentralizedAdminPrefManagerInit needs its own compartment r=mrbkap
2010-08-26 16:09:03 -07:00
Bobby Holley
e10f320600
Bug 590252 - part 5 - Make RequestDecode() SyncDecode() on images that are small enough.r=joe,a=blocker
2010-08-26 15:54:21 -07:00
Gregor Wagner
10b59b0ba7
Bug 590319 - TM: Global Object created in JetpackChild needs its own compartment r=mrbkap
2010-08-26 14:26:57 -07:00
Gregor Wagner
4715311df8
Bug 590986 - TM: another defaultCompartment mixup in jsapi-tests r=gal
2010-08-26 14:00:47 -07:00
Jeff Walden
f14af88f11
Unwrap the target before checking for callability, so that wrappers don't wrongly appear to be callable. r=orange
2010-08-26 01:22:20 -04:00
Bobby Holley
3f19ae32b6
Bug 590252 - part 4 - Don't do progressive display on redecodes.r=joe,a=blocker
2010-08-25 19:07:01 -04:00
Bobby Holley
6f995e3bcb
Bug 590252 - part 3 - Only flush invalidations when we need to.r=joe,a=blocker
2010-08-25 16:11:09 -04:00
Bobby Holley
c691e4b8a8
Bug 590252 - part 2 - Make decoder implementations use the Decoder superclass invalidation framework.r=joe,a=blocker
2010-08-24 17:12:04 -04:00
Bobby Holley
c6ee2409ab
Bug 590252 - part 1 - Add framework to Decoder superclass to handle invalidations.r=joe,a=blocker
2010-08-24 16:40:45 -04:00
Bobby Holley
c55424be79
Bug 590260 - Decode more bytes at a time during image redecodes.r=joe,a=blocker
2010-08-25 18:58:27 -04:00
Boris Zbarsky
cc2b874ed6
Disabling failing test for now. a=dholbert|sheriff for CLOSED TREE
2010-08-27 14:02:23 -04:00
Boris Zbarsky
e77b2ab080
Backed out changeset d578993db396 (bug 590422) due to possible performance regressions (especially WinXP Tscroll).
...
--HG--
extra : rebase_source : e6ee7060691de0b87faefcdd3f4524cf01e1c0b4
2010-08-27 14:00:41 -04:00
Bobby Holley
ff795b31f7
Bug 589469 - Notify nsImageLoadingContent when its document switches.r+sr=bz,a=blocking-beta-5
2010-08-26 18:30:03 -07:00
Bobby Holley
bd98106a62
backout merge. a=backout
2010-08-27 09:06:58 -07:00
Bobby Holley
d6cde4ea7d
Backed out changeset 9f8fc8a50525 due to windows bustage/sed syntax fail. a=backout
2010-08-27 09:06:24 -07:00
Bobby Holley
a9c403e11d
backout merge. a=backout
2010-08-27 09:04:09 -07:00
Bobby Holley
cfb41b674f
Backed out changeset a6c18a123fbb due to everything-on-mac-bustage. a=backout
2010-08-27 09:00:54 -07:00
David Zbarsky
e64105feef
Tests for Bug 36619 r=sicking a=blocking
2010-08-27 11:49:10 -04:00
David Zbarsky
07afb3378d
Bug 36619 - display notification when file picker is blocked r=sicking a=blocking
2010-08-27 11:49:08 -04:00
David Zbarsky
df751a140e
Bug 36619 - allow file input .click() to bring up filepicker r=sicking a=blocking
2010-08-27 11:49:06 -04:00
Jeff Muizelaar
981db1c6ff
Bug 586048. Report graphics device id in crash dumps. r=bsmedberg
2010-08-27 11:49:04 -04:00
Jeff Muizelaar
13ea31a7f7
Bug 586046. Export graphics card/driver details to script using GfxInfo. r=gavin
2010-08-27 11:49:02 -04:00
Jonathan Kew
321f9284a9
bug 590101 followup - marking turkish test as random on windows (until we turn on harfbuzz), as behavior depends on uniscribe version. r+a=orange
2010-08-27 16:47:18 +01:00
Dan Witte
2b5db9ee7d
Bug 586211 - Restore hidden tabs after visible ones. r=zpao, a=beta5+
2010-08-27 08:12:02 -07:00
Dan Witte
60e5e11fd0
Bug 509202 - Addressbar displays ssl identy in punycode with browser.identity.ssl_domain_display=1. r=gavin, a=betaN+
2010-08-27 08:12:02 -07:00
Ehren Metcalfe
ca521c422c
Bug 591046 - Unparenthesized macro breaks static checking builds. r=dwitte, a=bustage
2010-08-27 08:12:02 -07:00
Dan Witte
82e1944e0f
Bug 590258 - Reformat x86-on-x86_64 part of Linux UA string. r+sr=jst, a=beta5+
2010-08-27 08:12:01 -07:00
Dan Witte
5aaf405ef1
Bug 588874 - Replace Minefield with Firefox in UA string. r=khuey, sr=jst, a=beta5+
2010-08-27 08:12:01 -07:00
Michael Wu
dd9cb99b0d
Bug 589175 - Comment out binary-component entries, r=bsmedberg a=blocking2.0
...
--HG--
extra : rebase_source : 5336d669c5b996c1f1311fe84518c7ab80058181
2010-08-27 11:04:15 -04:00
Michael Yoshitaka Erlewine
0743383614
Bug 589224 - Drag.snapBounds stationaryCorner default is broken [r=gavin,a=gavin]
...
--HG--
extra : rebase_source : 041579a7f6f2ff3527d4a87bd82324db1e32def9
2010-08-27 01:23:23 -04:00
Boris Zbarsky
af5f673262
Bug 590179. Use -fomit-frame-pointer when building opt builds on mac. r=ted a=beltzner
2010-08-26 21:33:00 -04:00
Ted Mielczarek
f4b8a00e3c
bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
...
--HG--
extra : rebase_source : fef081b5b0fae828ecc0c2678d83787778dfc70d
2010-08-27 09:32:45 -04:00