Ehsan Akhgari
|
9846835938
|
Disable browser_forgetthissite_single.js because it makes everybody cry, including the tbplbot (bug 551540) a=tbplbot
|
2010-11-11 20:23:34 -05:00 |
Wes Kocher
|
d0d174f84b
|
Bug 610769: Align the Firefox menu with the Firefox button, r=dao, a=gavin
|
2010-11-11 20:01:20 -05:00 |
Szókovács Róbert
|
b02adecbf2
|
Bug 513648: strip embedded newlines and whitespace when middleclick-pasting URLs, r+a=gavin
--HG--
extra : rebase_source : 7c1ef8fabde83c284c123d758484abd22dd4eb33
|
2010-11-04 03:14:07 -04:00 |
Gavin Sharp
|
eb2d964fdb
|
Bug 608123: multiple popup notifications should stack vertically and be the same width, r=dtownsend, a=blocking
--HG--
extra : rebase_source : e5e8209de1dc142c74c554eaa765ef5abd13a433
|
2010-11-08 10:47:08 -05:00 |
Gavin Sharp
|
d190fc49b3
|
Bug 597644: feed button/menuitem isn't updated properly on back/forward navigation, r=dao, a=blocking
--HG--
extra : rebase_source : 13b67ff4b345902fb7f88dfbe875674462374cd6
|
2010-10-26 20:16:31 -04:00 |
Gavin Sharp
|
cff6fa76d4
|
Bug 607496: clean up feed button code, r=dolske/margaret, a=dolske
--HG--
extra : rebase_source : ad382cd8af215b44f8a1e150e1d4f47fd6e3a6dd
|
2010-10-26 18:59:02 -04:00 |
David Dahl
|
fc0f22790a
|
Bug 568629: add a ConsoleAPI component used to implement window.console object exposed to web content (disabled for the moment), r=gavin/dietrich, sr=jst, a=blocking
--HG--
extra : rebase_source : 9bfe8478039ee16310f9f87da87c66d778739a73
|
2010-11-09 15:19:19 -05:00 |
Johnny Stenback
|
6ac980ac46
|
Bug 610714: Add nsIDOMGlobalPropertyInitializer, which allows "JavaScript Global Properties" to know about the window they're being attached to, r=mrbkap, a=blocking
--HG--
extra : rebase_source : c66b23c40e111102c36364f55e01359390012612
|
2010-11-09 18:00:01 -05:00 |
Dave Townsend
|
bf0f0e4481
|
Backing out bug 610810. a=backout
|
2010-11-11 16:11:05 -08:00 |
Dave Townsend
|
67e8e0c168
|
Backing out bug 610686
|
2010-11-11 16:09:17 -08:00 |
Dave Townsend
|
4177ed1edb
|
Backing out bug 611076
|
2010-11-11 16:08:48 -08:00 |
Brad Lassey
|
96c0116dd7
|
bug 608896 - update in-tree freetype from 2.4.1 to 2.4.3 r=stuart a=blocking-fennec
|
2010-11-11 17:30:52 -05:00 |
Brad Lassey
|
0fea0b5a66
|
bug 609114 - use freetype's configure script configure its build rather than hard coding the makefile r=ted a=blocking-fennec
|
2010-11-03 08:50:53 -04:00 |
Brad Lassey
|
0e72bb5519
|
bug 610938 - build bustage when configuring with relative path, can't find ads2gas.pl r=khuey a=gavin
|
2010-11-11 17:30:51 -05:00 |
Olli Pettay
|
da61055435
|
Bug 608939 - XMLHttpRequest.statusText and getAllResponseHeaders shouldn't throw, r=sicking, a=sicking
--HG--
extra : rebase_source : 5dc42964f6a216c4f10127d0ad74fe52674601d7
|
2010-11-11 23:39:14 +02:00 |
Brian Crowder
|
70c2a075f7
|
Bug 601204 - handle more context menu choices in Android IME, r=mwu, a=blocking-fennec=2.0b3+ from blassey
|
2010-11-11 14:07:59 -08:00 |
Shawn Wilsher
|
6941bc2708
|
Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus). r=ehsan a=orange-fix
|
2010-11-10 11:00:31 -08:00 |
Ehsan Akhgari
|
6c2e6b0a79
|
Bug 610556 - Linker errors on shared builds with NS_SetDllDirectory; r=khuey a=bsmedberg
--HG--
rename : toolkit/xre/nsSetDllDirectory.cpp => xpcom/base/nsSetDllDirectory.cpp
rename : toolkit/xre/nsSetDllDirectory.h => xpcom/base/nsSetDllDirectory.h
|
2010-11-09 21:02:09 -05:00 |
Ehsan Akhgari
|
bc3d07f965
|
Bug 609821 - Don't attempt to update the position of caret when we may have pending reflow operations; r=roc a=bsmedberg
|
2010-11-08 19:16:53 -05:00 |
Ehsan Akhgari
|
e7bc30c680
|
Bug 601881 - video and audio should never play automatically in editor; r=bzbarsky,cpearce a=bsmedberg
--HG--
rename : content/media/test/test_play_events.html => content/media/test/test_autoplay_contentEditable.html
|
2010-10-14 20:13:29 -04:00 |
Gavin Sharp
|
3d5ca7986b
|
Bug 609521 - browser_bug538331.js leaves alert windows open on Windows; r=ehsan a=test-only
|
2010-11-04 14:45:54 -04:00 |
Dave Townsend
|
2ea22b474d
|
Bug 611076: Cancelling an AddonInstall that has been redirected to a new URL isn't possible. r=robstrong, a=blocks-betaN
|
2010-11-11 11:50:26 -08:00 |
Dave Townsend
|
dad4d20737
|
Bug 610686: Cached copies of Addon objects for lightweight themes don't have the correct permissions and pendingOperations during the onEnabling event. r=robstrong, a=blocks-betaN
|
2010-11-11 11:49:43 -08:00 |
Dave Townsend
|
e71a3bf0d7
|
Bug 610810: Add file and line number information to ERROR and WARN messages in the console. r=robstrong, a=dtownsend
|
2010-11-11 10:48:06 -08:00 |
Joe Drew
|
d77c9f55a1
|
Bug 575521 - bustage fix. r=me a=b
|
2010-11-11 16:04:36 -05:00 |
Jonathan Watt
|
a4e2cf3a18
|
Note tests that are not actually being run. a=npob.
|
2010-11-11 20:40:07 +00:00 |
Jonathan Watt
|
39ff414a70
|
Bug 611138. Replacing a segment with a second segment with a different number of arguments puts the wrapper and internal list out of sync. r=dholbert, a=blocking.
|
2010-11-11 20:40:07 +00:00 |
Joe Drew
|
870a645dda
|
Bug 575521 - Draw to a clipped context backed by the surface uploaded to OpenGL using APPLE_client_storage to avoid slowdowns in glTexSubImage2D. r=jrmuizel a=b
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
9bdb4efaa4
|
Bug 575521 - Use the APPLE_client_storage extension to reduce the number of copies of data we make when uploading textures. r=vlad
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
f5aad39596
|
Bug 575521 - Support the APPLE_client_storage GL extension. r=vlad
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
ac3ba026a4
|
Bug 575521 - Use gfxASurface::GetAsImageSurface in TextureImageCGL to make it faster. r=jrmuizel
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
f266d548cc
|
Bug 575521 - Add gfxQuartzSurface::GetAsImageSurface. r=jrmuizel,vlad
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
5a6635cadd
|
Bug 575521 - Add cairo_quartz_surface_get_image to get the image associated with a quartz surface, if it exists. r=jrmuizel,vlad,bas
|
2010-11-11 15:31:23 -05:00 |
Joe Drew
|
cfd14721ce
|
Bug 575521 - Flush the CGContext before getting its raw image data. r=jrmuizel
|
2010-11-11 15:31:22 -05:00 |
Matt Woodrow
|
ced3693cdf
|
Bug 605057 - Add gfxASurface::GetAsImageSurface to convert generic surfaces into image surfaces without copies (if possible). r=roc a=b
|
2010-11-11 15:31:22 -05:00 |
Joe Drew
|
c319f0f4a8
|
Bug 611027 - driver suggestion not displayed in about:support due to forgetting assignment. r=jrmuizel a=b
|
2010-11-11 15:31:22 -05:00 |
Taras Glek
|
23936101cc
|
Bug 595924: API change to go with Bug 598416 to fix crash r=mwu a=blocking2.0-betaN
|
2010-11-11 12:13:57 -08:00 |
Taras Glek
|
82ac2d11bf
|
Bug 598416: add try/catch in places in nsZipReader.cpp that access mmaped memory directly r=bsmedberg a=blocking2.0-betaN
|
2010-11-11 12:13:48 -08:00 |
Frank Wein
|
4a20991e25
|
Bug 609106 - Add plugin-container.exe to ShimInclusionList via installer, r=rstrong, a2.0=bsmedberg
|
2010-11-11 21:09:25 +01:00 |
Serge Gautherie
|
575cdf74d2
|
Bug 611231 - [SeaMonkey] mochitest-plain-5: "test_arrowpanel.xul" fails now; (Av1) Set 'middle' label at a more centered position.
r=enndeakin a=(test only).
|
2010-11-11 20:52:30 +01:00 |
Ben Turner
|
8f4b6434fa
|
Bug 607729 - Reenable test, a=testfix
|
2010-11-11 10:57:07 -08:00 |
Mark Finkle
|
23a6a74a23
|
Bug 609696 - Provide scriptable api for Fennec front end to display input method section dialog (bustage fix) [r=mwu a=blocking-fennecb3]
|
2010-11-11 12:45:38 -05:00 |
Kyle Huey
|
7d5d01ed5b
|
Backing out Bug 590181 since the GCC 4.5 upgrade failed on this CLOSED TREE
|
2010-11-11 12:36:01 -05:00 |
Justin Lebar
|
37329ff4d5
|
Bug 590181 - Part 2: Use -O3 on Linux. r=ted, a2.0=dbaron (landing on CLOSED TREE)
|
2010-09-08 10:10:31 -07:00 |
Justin Lebar
|
8d94665847
|
Bug 590181 - Part 1: Fix linux tests broken by GCC at -O3. r=dbaron
|
2010-09-29 14:32:17 -07:00 |
Mounir Lamouri
|
7d34709c98
|
Bug 589977 - Removing aNotify in nsGenericHTMLFormElement::ClearForm. r=sicking a=blocking-final
|
2010-11-11 13:36:42 +01:00 |
Mounir Lamouri
|
ae0abea29e
|
Bug 589975 - NS_GetRadioUpdateValueMissingVisitor shouldn't have a aNotify parameter. r=sicking a=blocking-final
|
2010-11-11 13:34:27 +01:00 |
Jonathan Kew
|
d3fc784c6d
|
merge backout of 7e3e4c91c0f7, a=backout
|
2010-11-11 12:18:56 +00:00 |
Jonathan Kew
|
9d4104dd9b
|
Backed out changeset 7e3e4c91c0f7 due to Linux failures
|
2010-11-11 12:18:02 +00:00 |
Jonathan Kew
|
15f3f69671
|
bug 606917 part 2 - update character property tables for harfbuzz to unicode 6.0. r=smontagu approval2.0=benjamin
|
2010-11-11 11:32:02 +00:00 |