Vladimir Vukicevic
|
7e6f33465f
|
b=605063; fix Android GL startup (hide splashscreen correctly); r=mwu
|
2010-11-12 12:02:14 -08:00 |
|
Vladimir Vukicevic
|
32096750fc
|
b=605063; fix android GL startup; r=jrmuizel
|
2010-11-12 12:02:11 -08:00 |
|
Vladimir Vukicevic
|
32ff3a0c50
|
b=604196; jsval return types in xpidl are broken (non-quickstubs); r=jorendorff, a=b
|
2010-11-12 12:01:50 -08:00 |
|
Clint Talbert
|
2cf0724cd9
|
Merge backout a=bustage
|
2010-11-12 11:08:45 -08:00 |
|
Clint Talbert
|
4ef8182731
|
Backed out changeset 32f70e593bf6 due to intermittent orange on mochi-1 a=bustage
|
2010-11-12 11:03:44 -08:00 |
|
Alexander Surkov
|
081398227f
|
Bug 545465 - don't travese tree in Init, r=ginn.chen, r=davidb, a=blockingBetaN
|
2010-11-12 14:01:04 -05:00 |
|
Alexander Surkov
|
082408ed24
|
Bug 545465 - don't keep rejected accessible in the cache, r=ginn.chen, davidb, a=blockingBetaN
|
2010-11-12 14:00:55 -05:00 |
|
Dan Witte
|
0ba5de8279
|
Back out 3aa8e0293d5f for causing perma-orange on xpcshell debug. a=bustage
|
2010-11-12 10:13:34 -08:00 |
|
Dan Witte
|
f66a56c850
|
Bug 547031 - Improve async error handling in cookies. Part 7: Tweak license boilerplates. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:36 -08:00 |
|
Dan Witte
|
b09a36ff06
|
Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
265c2e499c
|
Bug 547031 - Improve async error handling in cookies. Part 5: Fix observers to deal with reentrancy. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
0b42ea484f
|
Bug 547031 - Improve async error handling in cookies. Part 4: Fix SELECT bug in EnsureReadComplete(). r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
4ac1130d65
|
Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
5390824121
|
Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
7550955b03
|
Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
697a4e5be7
|
Bug 590843 - Fix integer literal overflow. r=sdwilsh, a=final+
|
2010-11-12 09:32:35 -08:00 |
|
Clint Talbert
|
ccf09edf01
|
Bug 582472 - Add Special Powers object to replace Universal XPConnect in mochitest plain r=ted,smaug a=NPOTB
|
2010-11-12 06:06:23 -08:00 |
|
Dave Townsend
|
aa170f1408
|
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
|
a3fabe653e
|
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 |
|
bjarne@runitsoft.com
|
1cebf1dae4
|
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=bzbarsky
|
2010-11-12 16:48:03 +01:00 |
|
Rob Campbell
|
babc5b0a71
|
bug 597136 - Remove the HUDService onerror event handler and use the window ID, backed out rev 563c20646a43, a=leaks CLOSED TREE
|
2010-11-12 10:20:38 -04:00 |
|
Patrick Walton
|
4492c59374
|
Bug 597136 - Use the new nsIScriptError2 interface instead of window.onerror to determine the Web Console to which messages should be routed. r=gavin a=blocking2.0:beta8+
|
2010-11-12 09:13:00 -04:00 |
|
Jonathan Kew
|
94c89c69d7
|
bug 606714 - shape long text runs in sections. r=jdaggett a=blocking2.0
|
2010-11-11 11:21:05 +00:00 |
|
Ms2ger
|
1d73ebe076
|
Bug 610935 - Don't clamp percentages in HTML dimension attributes; r+a=sicking
|
2010-11-12 09:46:13 +01:00 |
|
Dão Gottwald
|
16404bef6e
|
Bug 610071 - Stretch the app button to match the caption buttons' size. r=gavin
|
2010-11-12 09:46:06 +01:00 |
|
Mark Banner
|
3bb057952a
|
Fix windows bustage for non-IPC builds resulting from bug 586228. Use the wide form of RemoveProp so that it matches the constant passed to it. a=bustage-fix
|
2010-11-12 07:50:38 +00:00 |
|
Michael Wu
|
f57c62a5e3
|
Bug 610970 - Round length up to the nearest page when reporting mapped regions, r=ted a=blocking-fennec
|
2010-11-11 20:51:48 -08:00 |
|
Justin Dolske
|
ab0ee94f15
|
Bug 611166 - Use window's context for tracking modal state. r=mrbkap, a=me
|
2010-11-11 20:51:23 -08:00 |
|
Chris Double
|
c4fa8c8266
|
Disable reftest 579985-1 a=roc
|
2010-11-12 16:13:17 +13:00 |
|
Chris Double
|
6656705ec5
|
Bug 583138 - Update to latest Chromium YCbCr to RGB Conversion code - r=roc a=blocking2.0
|
2010-11-11 12:54:27 +13:00 |
|
Matthew Gregan
|
7b784694e5
|
Bug 600776 - Update in-tree libvorbis to 1.3.2. rs=doublec a=blocking2.0:final+
|
2010-11-03 11:54:28 +13:00 |
|
Chris Double
|
c8b0bb098e
|
Bug 577843 - Scale videos at YCbCr conversion time - r=roc a=blocking2.0
--HG--
extra : rebase_source : ae011843fdd812dbeab7e5de0bf3b6029cccb3e5
|
2010-10-26 16:11:13 +13:00 |
|
Jim Mathies
|
fca43a5481
|
Bug 586228 - Manage caption status for get window info calls made by the theme library. r=vlad, a=final.
|
2010-11-11 20:39:05 -06:00 |
|
Jim Mathies
|
feddf0f259
|
Bug 610201 - Cache theme caption button metrics on startup and don't refresh every time desktop composition changes. r=roc, a=final
|
2010-11-11 20:39:02 -06:00 |
|
Robert O'Callahan
|
41c36793bb
|
Bug 608636. Clip to transformed bounds of BasicContainerLayers when compositing their opacity groups back to the target surface. r=vlad,a=blocking
|
2010-11-12 14:43:42 +13:00 |
|
Robert O'Callahan
|
32e1df6ff8
|
Bug 579885. Part 2: Never use SOURCE to composite ThebesLayers into the target, just use OVER and assume cairo backends will optimize. r=vlad,a=blocking
|
2010-11-12 14:43:42 +13:00 |
|
Robert O'Callahan
|
5dc58e0b07
|
Bug 579885. Part 4: Paint opaque surfaces using kPrivateCGCompositeCopy when possible. r=jrmuizel,a=blocking
|
2010-11-12 14:43:42 +13:00 |
|
Robert O'Callahan
|
2215e35a5d
|
Bug 579985. Part 3.2: Remove gfxASurface::AreSimilarSurfacesSensitiveToContentType because it's effectively always true now. r=jrmuizel,a=blocking
|
2010-11-12 14:43:40 +13:00 |
|
Robert O'Callahan
|
d78da67af5
|
Bug 579985. Part 3.1: Pass cairo_content_t parameter when creating CGLayer surfaces. r=jrmuizel,a=blocking
|
2010-11-12 14:42:22 +13:00 |
|
Robert O'Callahan
|
bc9c9cca06
|
Bug 579985. Using CGContextSetAlpha to implement mask alpha doesn't work for some operators. r=jrmuizel,a=blocking
|
2010-11-12 14:42:22 +13:00 |
|
Robert O'Callahan
|
ec94c756f0
|
Bug 593270. Part 2: Treat EXTEND_PAD like EXTEND_NONE when painting. r=jrmuizel,a=joe
|
2010-11-12 14:42:22 +13:00 |
|
Robert O'Callahan
|
6cc10debb6
|
Bug 593270. Part 1: Move surface setup code to a helper function. r=jrmuizel,a=joe
|
2010-11-12 14:42:22 +13:00 |
|
Ehsan Akhgari
|
6d6bf25b54
|
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
|
8708b2eda0
|
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
|
36b954ef07
|
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
|
ceff7bd2aa
|
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
|
7d0fb9f8b2
|
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
|
91c49659b7
|
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
|
5aced17f45
|
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
|
7307c2f4d5
|
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 |
|