Vladimir Vukicevic
7cd098f293
b=593529; gfxinfo blacklisting ANY_DEVICE not working; r=jrmuizel, a=b
2010-09-05 13:37:43 -04:00
Bas Schouten
06e1af0909
Bug 590695: Don't check mDeviceEx when it doesn't exist. r=vlad a=blocking-beta6
2010-09-05 18:59:57 +02:00
Kyle Huey
dc5f7104a6
Backing out Bug 583863 because it leaks. a=backout
2010-09-05 11:34:10 -04:00
Kyle Huey
73e9690f8f
Backed out changeset af1365b24066
2010-09-05 11:32:57 -04:00
Kyle Huey
0e4939438e
Backed out changeset c5b883cba2f7
2010-09-05 11:32:31 -04:00
Kyle Huey
164c131e0a
Followup to Bug 583863: Don't accidentally rename a variable. a=bustage
2010-09-05 11:10:23 -04:00
Kyle Huey
bde906120c
Bug 583863: Refactor <input> implementation to deal with files that are not on the disk. r=sicking a=blocking-fennec
2010-09-05 09:09:04 -04:00
Steve Fink
7aae2e5530
Bug 580063: Add a LatestSinceStartup() method to function timer logs. r=vlad a=benjamin
2010-09-05 16:17:02 +02:00
Joe Drew
46fd89bffd
Bug 581212 - turn on Direct3D accelerated layers by default on Windows. r=vlad a=blocking2.0:beta6+
2010-09-05 01:39:38 -04:00
Joe Drew
8678c3e212
Bug 593618 - Because we always paint the whole texture we're drawing to, we need to validate and draw the _bounds_ of the visible region, not just the visible region's subrectangles. r=bas a=blocking2.0:beta6+
2010-09-05 01:31:19 -04:00
Daniel Holbert
8460fa015a
Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
2010-09-04 23:41:17 -04:00
Robert O'Callahan
de34f39b12
Bug 593275 part 2 - Dynamically recompute drawWindow flags, in case our window is asynchronously resized on us. r=dbaron a=blocking2.0:beta6+
2010-09-04 23:39:35 -04:00
Robert O'Callahan
6732099e5a
Bug 593275. Take reftest snapshots by painting the toplevel window. r=dbaron a=blocking2.0:beta6+
2010-09-04 23:39:32 -04:00
Vladimir Vukicevic
7f9d2b6e9e
Bug 591155 - Disable an additional test that has shown up as failing with no visual difference. r=joe a=blocking2.0:beta6+
2010-09-04 23:32:39 -04:00
Alexander Surkov
29c4a09525
Bug 592193 - add dexpcom version of nsIAccessible::role, part1: change GetRoleInternal, r=marcoz, a=davidb
2010-09-05 11:14:01 +09:00
Josh Matthews
e6760e5023
Merge backout a=orange-bustage
2010-09-04 15:18:53 -04:00
Josh Matthews
2814f869bb
Backing out ebce58252cf8, 1f94199af190, 81664d1912ee, 8e95db7adbea, f97a99ad74af, 66d12a1541f2, 6b936d1a9e65
2010-09-04 15:15:31 -04:00
Daniel Holbert
f390399c09
Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
...
Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
2010-09-03 14:29:00 -04:00
Raymond Lee
bb2ec44f79
Bug 587040 - After navigating with arrow keys, active tab highlighting will move but clicking on the group will bring up the last active tab [r+a=dietrich]
2010-09-03 20:53:58 -04:00
Michael Yoshitaka Erlewine
5ad422d958
Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich]
2010-09-03 15:05:56 -04:00
Michael Yoshitaka Erlewine
0257ea62b5
Bug 592586 Remove code for "group tab by sites" [r+a=dietrich]
2010-09-03 15:00:09 -04:00
Michael Yoshitaka Erlewine
41b0c1217b
Bug 591706 GroupItem.add: don't compute findInsertionPoint if we don't have a dropPos [r+a=dietrich]
2010-09-03 14:58:29 -04:00
Michael Yoshitaka Erlewine
40ee5215d4
Bug 591705 Don't animate on tab view startup [r+a=dietrich]
2010-09-03 14:55:55 -04:00
Michael Yoshitaka Erlewine
1d31609c85
Bug 591167: border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench [r+a=dietrich]
2010-09-03 14:43:24 -04:00
Dão Gottwald
330f0eba47
Bug 593570 - reduce the tab close button's impact on the tab height. r+a=gavin
2010-09-04 18:52:14 +02:00
Dão Gottwald
da692b769f
Bug 593447 - Update the title only if it actually changed. r=gavin
2010-09-04 18:51:52 +02:00
Ian Neal
fdf7b3fc5e
Bug 593576 - test_contextmenu.html has some undeclared variables following fix from bug 496832
...
r/a=gavin
2010-09-04 17:45:25 +01:00
Benedict Hsieh
5fd557ef9b
Bug 592323 - Fastload not invalidated after making on OSX. r=benjamin a=blocking
2010-09-02 12:09:51 -07:00
Dão Gottwald
f9f7bf2896
Bug 593447 followup, set 'crop' property instead of attribute. r=gavin
2010-09-04 20:33:34 +02:00
Justin Lebar
5b10defe9e
Bug 592527 - runtest.py and runxpcshelltest.py should ignore ctrl-c when using an interactive debugger. r=ted, a=only-sorta-potb
2010-08-31 18:03:38 -07:00
Edward Lee
c28f521216
Bug 594152 - Give function names to tabview.js objects [r=dietrich a=dietrich]
...
Give function names as object_func for various object prototypes and singletons. Also cleans up some var Name = function() patterns into just function Name.
2010-09-08 10:02:08 -07:00
Brendan Eich
32e251d137
Wrong behavior setting existing properties to joined function object values (592412, r=jorendorff).
2010-08-31 16:45:34 -07:00
David Mandelin
024e591801
Bug 593444: claim title when tracing to avoid aborts, r=dvander
2010-09-03 12:30:55 -07:00
Gregor Wagner
e9d53dc7ea
Bug 592930 - TM: set right compartment for mozJSComponentLoader::ModuleEntry::Clear r=mrbkap
2010-09-03 00:34:36 -07:00
Gregor Wagner
6c6b045b0d
Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=gal
2010-09-02 23:22:18 -07:00
Andreas Gal<Gal@uci.edu>
9a94c881f3
Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=mrbkap
2010-09-02 20:07:49 -07:00
Andreas Gal<gal@uci.edu>
11d8a3ed3e
Bug 592869 - TM: set right compartment in XPCNativeMember::Resolve r=mrbkap
2010-09-02 19:55:05 -07:00
Nicholas Nethercote
9eb01319fa
Bug 592910 - TM: simplify IsEntryTypeCompatible(). r=lw.
2010-09-02 17:12:38 -07:00
Gregor Wagner
e94e441576
Bug 592741 - TM: set right compartment in nsXPCWrappedJSClass::CallQueryInterfaceOnJSObject r=mrbkap
2010-09-02 16:47:21 -07:00
Blake Kaplan
2b71d97594
No bug - Don't assert in js_DumpObject on non-native objects. rs=brendan
2010-09-02 15:59:19 -07:00
Luke Wagner
7e03de6826
Bug 592962 - JSOP_DEFXMLNS should pop after possibly reporting an error (r=brendan)
2010-09-02 16:03:11 -07:00
Bill McCloskey
6676cbd6ba
Bug 590006 - escaping closures on trace don't get block objects in their scope chain (r=lw)
2010-09-02 10:50:15 -07:00
Robert Sayre
357a4a6366
Merge mozilla-central to tracemonkey.
2010-09-01 22:27:07 -07:00
Gregor Wagner
a3d37eaf94
Bug 592184 - TM: XPC_WN_CallMethod has to set the right compartment r=gal
2010-09-01 22:20:32 -07:00
Brian Hackett
7b0f64dbaa
Backed out changeset c85589cb4d0c
2010-09-01 20:19:03 -07:00
Brian Hackett
711fb44e45
Bug 561506 - PIC for addprop. r=dmandelin
2010-09-01 20:00:58 -07:00
Masayuki Nakano
ce5c3032a2
Bug 590819 Click event isn't fired when mouse button down on border of <input> and mouse button up on padding box of it r=smaug, a2.0=jst
2010-09-02 11:38:54 +09:00
Taras Glek
f849918830
Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6
2010-09-01 20:35:46 -05:00
Michael Wu
4d448ad314
Bug 592783 - Always attempt to extract application.ini and the child process executable, r=blassey a=blocking-fennec
2010-09-01 20:35:46 -05:00
Wesley Johnston
3fb432cc3e
Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec]
2010-09-01 21:35:06 -04:00