Ben Newman
91ca5c2718
Disable hanging jetpack XPCShell tests. r=sdwilsh
2010-06-25 11:42:34 -07:00
Bobby Holley
36d9272186
Bug 517119 - Preallocate image source data buffer based on Content-Length.r=jrmuizel,sr=vlad.
2010-06-25 11:21:40 -07:00
Jim Mathies
424b735d79
Bug 574635 - Undo changes to HideChromeWindow and SetWindowTranslucencyInner which messed up popup visiblility. Also, don't ignore invalidate requests on a widget in Resize calls when window bounds have not changed. r=tellrob.
2010-06-25 12:56:39 -05:00
Ben Turner
9d69b39ada
Consolidate some code
2010-06-04 13:47:36 -07:00
Daniel Holbert
5ff8190e4a
Bug 475837: Remove unused member vars "mDictionary" and "mIgnoreList" from mozPersonalDictionary.h & mozSpellChecker.h. r=smaug
2010-06-04 13:38:19 -07:00
Daniel Holbert
ab72715df9
Bug 569994: Fix GCC warning "suggest parentheses around && within ||" in nsTreeBodyFrame.cpp. r=ehsan
2010-06-04 13:38:17 -07:00
Ben Turner
71e4ee9067
Implement GetObject on indexes
2010-06-04 13:05:39 -07:00
Asaf Romano
4727081fbc
Bug 553334 - [Exception... 'Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryResult.removeObserver]' when adding a new folder. r=mak.
2010-06-04 22:53:08 +03:00
Asaf Romano
70e8267791
Bug 549192 - History view not updated after deleting entry. r=mak.
2010-06-04 22:48:04 +03:00
Ben Turner
fa9133a880
Fix index tests
2010-06-04 12:37:35 -07:00
Shawn Wilsher
8cbd534e4e
Write better
2010-06-04 12:05:17 -07:00
Vladimir Vukicevic
8527f694f4
b=570025; don't use JS_ConstructObjectWithArguments in typed arrays; r=gal
2010-06-04 12:03:43 -07:00
Vladimir Vukicevic
95e7e122e9
[npotb] Import WebGL test suite into tree
2010-06-04 12:03:40 -07:00
Vladimir Vukicevic
91ce5fd2e9
b=569985; don't allow webgl objects from other contexts to be used; r=bjacob
2010-06-04 12:03:37 -07:00
Vladimir Vukicevic
d08e1c9cb9
b=569984; [webgl] verify shader attachment/detachment and program completeness; r=bjacob
2010-06-04 12:03:33 -07:00
Vladimir Vukicevic
30cae77604
b=565186; remove NS_ENSURE_TRUE in nsHtml5TreeOpExecutor; r=hsivonen
2010-06-04 12:03:24 -07:00
Jeff Muizelaar
e88bb567f0
Bug 548612. qcms: Reduce size of output lookup tables. r=bgirard
...
We currently use a larger output lookup table than we probably need. Switch to
a common define for the table size and lower it. The should also give a small
improvement to startup time because we have fewer lookup table entries to
compute.
2010-06-04 14:48:30 -04:00
Shawn Wilsher
389e4ababd
Better working index creation code.
...
--HG--
extra : rebase_source : dfef291a72d7cffe7a7ebf990296f4c28fff3c4d
2010-06-04 11:45:04 -07:00
Ben Turner
5f81d77125
Make add/modify update relevant indexes
2010-06-04 11:20:32 -07:00
Ben Turner
d0550dc311
Fix GetAddInfo
2010-06-04 10:39:17 -07:00
Mounir Lamouri
08963e09d2
Bug 569955 - Add a test to make sure that autofocus on input elements does not work if they don't have a frame; r=ehsan
2010-06-04 13:25:54 -04:00
Shawn Wilsher
789b10bd19
Actually populate data on index creation.
2010-06-04 10:09:53 -07:00
Ben Turner
6e008467c2
Fix query error
2010-06-04 10:06:00 -07:00
Ben Turner
4639b819cb
Add cached statements for updating indexes
2010-06-04 10:00:18 -07:00
Oleg Romashin
7a883a2803
Bug 548437 - Implement a SysV shared memory backend for Shmem and allow them to be used with Xshm. r=joe,sr=vladimir
2010-06-04 09:58:22 -04:00
Jason Orendorff
2ab131a259
Bug 556277 - Compute this eagerly in more cases. r=brendan.
...
--HG--
extra : rebase_source : b295b576f019a95b55d12b86077aaef295e3eec8
2010-06-04 00:34:57 -07:00
Luke Wagner
6950cf8510
Fix misnamed js_DumpStackFrameChain (r=me)
...
--HG--
extra : rebase_source : c8d4e523cea0909dc190eac3c368d207d9c6abbb
2010-06-04 11:15:23 -07:00
Jason Orendorff
6e799da354
Fix up the tests from bug 555246 to pass in the browser.
...
--HG--
extra : rebase_source : 7402ef86dc51523e55013345eba02a2e95122478
2010-06-03 23:33:40 -07:00
Andreas Gal
64497c9a69
Suppress deleted properties during iteration (569735, r=brendan).
2010-06-03 21:41:01 -07:00
Nicholas Nethercote
3c1d859013
Backout the last NJ-to-TM merge (TM revisions b44daa2c0503 to b3167f8f9459, inclusive) because it caused lots of oranges. r=me.
2010-06-03 21:28:18 -07:00
Ehsan Akhgari
8b8e8e2584
Bug 565943 - Intermittent timeout in test_bug253481.xul
2010-06-03 21:49:53 -04:00
Peter Van der Beken
4192845ce5
Backout 0f6b3c305e16 and 590f2dd5a293 to fix bustage
2010-06-04 15:26:26 +02:00
Peter Van der Beken
bbcaeb8ff9
Bustage fix.
2010-06-04 14:48:52 +02:00
Ehsan Akhgari
1f0e2cec91
Bug 523742 - Disable the Get Certificate button on the cert exception dialog when the cert is being retrieved in the background; r=johnath
2010-06-03 21:31:08 -04:00
Ehsan Akhgari
24b20624da
Bug 572618 - Make debugging the editor easier - Part 4: multiline version of part 1; r=roc
2010-06-17 16:44:35 -04:00
Ehsan Akhgari
efa76e8106
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
2010-06-17 16:40:48 -04:00
Ehsan Akhgari
e93945101f
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
2010-06-17 15:41:16 -04:00
Ehsan Akhgari
ed95bc25f5
Bug 572618 - Make debugging the editor easier - Part 1: Replace all if(NS_FAILED) checks with NS_ENSURE_SUCCESS; r=roc
2010-06-17 15:27:24 -04:00
Ehsan Akhgari
1b72ad3e8b
Bug 558983 - Holding Ctrl-Backspace from the middle of a sentence causes a crash. [@ nsEditor::CreateTxnForDeleteCharacter]; r=roc
2010-06-16 12:33:13 -04:00
Ehsan Akhgari
3a6a4b139c
Bug 569559 - Intermittent failure in editor/composer/src/crashtests/removing-editable-xslt.html | assertion count 0 is less than expected 1 assertions; r=dbaron
2010-06-18 12:57:36 -04:00
Robert Sayre
d44f2bc9c3
Merge
2010-06-18 09:34:01 -07:00
Blake Kaplan
1a4baae7ca
Bug 572149 - Deal with an abort when about to *start* executing an imacro. r=gal
2010-06-16 20:29:52 -07:00
Robert O'Callahan
428cd14b6d
background-zoom-4 passes on Mac currently
2010-06-18 23:53:23 +12:00
Robert O'Callahan
6ff24a6487
Backout reftest harness change due to test failures on Windows
2010-06-18 23:52:35 +12:00
Robert O'Callahan
0b26e4bf5c
Backed out changeset 5a07f228795b
2010-06-18 23:51:45 +12:00
Robert O'Callahan
a8f155672f
Fixing bustage
2010-06-18 21:40:11 +12:00
Robert O'Callahan
f3ea04af03
Bug 56839. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron
2010-06-18 21:25:16 +12:00
Robert O'Callahan
56c8d0b82f
Bug 572912. Fix surface type passed to cairo_quartz_surface_create during fallback for CGLayers. r=jrmuizel
2010-06-18 21:24:15 +12:00
Robert O'Callahan
e3bb21d777
Bug 572283. Part 3: Fix compiler warnings. r=vlad
2010-06-18 21:22:08 +12:00
Robert O'Callahan
a51f36f456
Bug 572283. Part 2: Retain CGLContext for the lifetime of its widget. r=vlad
2010-06-18 21:22:01 +12:00