Commit Graph

5493 Commits

Author SHA1 Message Date
sharparrow1@yahoo.com
ac7507a0ed Bug 391915: Don't use atoms from nsCacheMetaData because atoms aren't threadsafe. r+sr=biesi, a=blocking1.9 2007-08-30 10:51:07 -07:00
tor@cs.brown.edu
dcaa75a159 Bug 380448 - simply SVG frame initialization. r=longsonr, sr=roc, a=vlad 2007-08-30 10:01:37 -07:00
bent.mozilla@gmail.com
8164ad7e6d Bug 387584 - "ASSERTION: should not have buffer of zero size [@nsTArray_base::EnsureCapacity]". Patch by Sergey Yanovich <ynvich@gmail.com>. r+a=bsmedberg. 2007-08-30 09:59:34 -07:00
joshmoz@gmail.com
03aafa4238 capitalize Quit in session restore dialog. b=394296 r=mano 2007-08-30 09:26:28 -07:00
tor@cs.brown.edu
280f80abef Bug 393109 - treat system colors as output device values. r+a=pavlov 2007-08-30 09:21:16 -07:00
mozilla.mano@sent.com
c08d0673ec Bug 392820 (Bookmarks 'star' panel should capture keyboard shortcuts) - * block accel+w/accel+shift+w within the panel. * close the panel on enter/esc. * focus the name-field/picker and select its contents when opening the panel. * focus the content-area when the panel is closed. r=dietrich. 2007-08-30 09:13:33 -07:00
enndeakin@sympatico.ca
6ebd94bf19 Didn't mean to check this in yet 2007-08-30 08:59:03 -07:00
enndeakin@sympatico.ca
a0b52957c1 Bug 195031, support sticky bookmarks menus, r=mano,sr=bz, blocking bug 2007-08-30 08:43:10 -07:00
martijn.martijn@gmail.com
dd8687a04c Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray, patch by Alfred Kayser, r+sr=roc, a=dbaron 2007-08-30 08:29:06 -07:00
ted.mielczarek@gmail.com
8f0ca3eee1 bug 350425 - ensure a11y support in breakpad. r=campd 2007-08-30 07:55:21 -07:00
sdwilsh@shawnwilsher.com
7fde114bb5 Bug 394241 - Add a closeDatabase() method to mozStorage. r=sspitzer 2007-08-30 06:43:17 -07:00
surkov.alexander@gmail.com
15301a5b0c Bug 394253 - Opening DOM inspector enables accessibility globally, r=timeless, aaronlev, sr=neil 2007-08-30 01:53:06 -07:00
gijskruitbosch@gmail.com
40ddad05bd Bug 393652 - Trunk builds on Mac do not quit from menu after first window is closed. r=benjamin@smedbergs.us (Benjamin Smedberg) Toolkit Only, no approval. 2007-08-30 00:26:09 -07:00
philringnalda@gmail.com
74b43ab972 Bug 379705 - Build movemail on Mac, just don't ship movemail.rdf with Mac Thunderbird, r=bsmedberg/mnyromyr 2007-08-29 20:53:10 -07:00
rob_strong@exchangecode.com
2fe3aa4828 Bug 384956 - Provide access to extension options from app options. r-mano, ui-r=madhava 2007-08-29 20:50:47 -07:00
sspitzer@mozilla.org
cd8c349ca2 fix for bug #334305: Importing bookmarks from Opera does not work r=dietrich 2007-08-29 20:21:18 -07:00
roc+@cs.cmu.edu
f467e1f991 Bug 389421. Rework word selection, in particular so that layout.word_select.stop_at_punctuation is applied to boundaries between punctuation and non-punctuation, and all Unicode punctuation is treated as punctuation. 2007-08-29 20:10:19 -07:00
dietrich@mozilla.com
5968a9e503 Bug 386678 append the default bookmarks when first run migration from IE, Opera, Safari, etc. (r=sspitzer) 2007-08-29 20:01:07 -07:00
joshmoz@gmail.com
1b371b1fae Don't do ARGB->RGBA translation in clipboard/drag image handling. patch by 'Ili Butterfield. b=393336 r=cbarrett r=josh sr=pinkerton a=pav 2007-08-29 19:10:32 -07:00
sdwilsh@shawnwilsher.com
973cc47470 Bug 393082 - Warn on unsafe usage of LIKE. r=sspitzer 2007-08-29 18:56:14 -07:00
sdwilsh@shawnwilsher.com
59e02e4bd5 Bug 394228 - Downloading files can randomly fail. r=mano 2007-08-29 18:51:12 -07:00
aaronleventhal@moonset.net
a604fae5ff Bug 393653. Console warnings in GetFinalState() point to actual bug with the calculation of the EMBEDS relationship on the root accessible. r=surkov, a=dsicore 2007-08-29 18:15:16 -07:00
mozilla.mano@sent.com
b4378fc996 Backing out 392820, tree was closed. 2007-08-29 15:50:14 -07:00
mozilla.mano@sent.com
d5ca3761ca Bug 392820 (Bookmarks 'star' panel should capture keyboard shortcuts) - * block accel+w/accel+shift+w within the panel. * close the panel on enter/esc. * focus the name-field/picker and select its contents when opening the panel. * focus the content-area when the panel is closed. r=dietrich. 2007-08-29 15:49:37 -07:00
cbarrett@mozilla.com
41d03dfc0f Bustage fix. Backslash in a comment in a makefile, Bad Waldo! No Cookie! irl-r=biesi 2007-08-29 15:06:14 -07:00
jwalden@mit.edu
128440f16f So this test also fails when run inside an iframe, so I'm just disabling it entirely, still followup to bug 199692 commit. 2007-08-29 14:52:31 -07:00
jwalden@mit.edu
08b40f42af I'm stupid, followup to bug 199692 commit. 2007-08-29 14:43:57 -07:00
jwalden@mit.edu
ef93f59265 Use ok(a === b) since we're getting null in one of the test failures, actually, followup to bug 199692 commit. 2007-08-29 14:37:54 -07:00
jwalden@mit.edu
6d0942bae4 Convert an is to a todo until we figure out what's wrong here, followup to bug 199692 commit. 2007-08-29 14:36:13 -07:00
jwalden@mit.edu
d610945e9f Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst 2007-08-29 13:38:44 -07:00
benjamin@smedbergs.us
0193bf2b6b Bug 392722 - nsinstall doesn't work if paths have double slashes, patch by Fabien Tassin <fta+bugzilla@sofaraway.org>, r=me 2007-08-29 13:05:52 -07:00
gavin@gavinsharp.com
67b44962f8 Fix newlines 2007-08-29 12:58:59 -07:00
ted.mielczarek@gmail.com
e29f654df4 bug 376721 - send time-since-last-crash with crash report. r=bsmedberg/mento 2007-08-29 12:46:00 -07:00
bzbarsky@mit.edu
80238a770e Make "view iamge" work on -moz-icon images. Bug 392799, patch by Rich Dougherty <rich@rd.gen.nz>, r+a=pavlov, sr=biesi 2007-08-29 12:00:10 -07:00
bzbarsky@mit.edu
c12a29a9f6 Flush out layout when doing sync updates. Bug 393723, r+sr=roc, a=dbaron 2007-08-29 11:57:29 -07:00
sdwilsh@shawnwilsher.com
48d69461d1 Bug 342592 - Make --enable-extensions=inspector work for XULRunner. Patch by Alex Vincent <ajvincent@gmail.com>. r=sdwilsh, sr=neil 2007-08-29 11:05:30 -07:00
gavin@gavinsharp.com
2c85e36f58 Fix newlines 2007-08-29 10:33:31 -07:00
gerv@gerv.net
89bc18ebac Bug 389600 - add .pl to IDN whitelist. Patch by gerv; a=bzbarsky. 2007-08-29 09:30:32 -07:00
enndeakin@sympatico.ca
75313ab862 Bug 387275, groan, still not working, so disable the test again. 2007-08-29 09:01:02 -07:00
neil@parkwaycc.co.uk
4c6e0fffdd Bug 394158 Disable toolbargrippies on inspector panels so we don't have to hide them in CSS and also fix the toolbar alignment on toolkit apps r=sdwilsh 2007-08-29 08:53:26 -07:00
enndeakin@sympatico.ca
bdb57f5f52 See if moving the mouse a bit fixes the Mac test failing 2007-08-29 08:17:28 -07:00
kairo@kairo.at
5bb6dece02 bug 386908 - remove xpfe/communicator from Thunderbird build, r=philringnalda, NPOTFFB 2007-08-29 07:19:31 -07:00
enndeakin@sympatico.ca
7c02ab53b0 fix error caused by cvs merge, missing slash 2007-08-29 07:17:55 -07:00
enndeakin@sympatico.ca
c274c07b6c Bug 385275, fix test on Mac by clicking on the document first, r=gavin 2007-08-29 07:09:36 -07:00
aaronleventhal@moonset.net
f01a4fedb2 Bug 391562. Pass aExtraState as nsnull to GetFinalState() if not needed. r=surkov, a=dsicore 2007-08-29 06:41:38 -07:00
aaronleventhal@moonset.net
d18ad837c2 Bug 393657. GetARIAState() called twice when we get a state. r=surkov, a=dsicore 2007-08-29 06:36:07 -07:00
smontagu@smontagu.org
65cff8b443 Remove cruft from nsBidiPresUtils. Bug 393962, r+sr+a=roc 2007-08-29 02:19:16 -07:00
roc+@cs.cmu.edu
03e055e67f Bug 385426. Be careful about looking for a previous soft-hyphen when checking for hyphen breaks. r=smontagu 2007-08-29 02:11:39 -07:00
smontagu@smontagu.org
56fd1888c8 Detect placeholders when building the array of frames for bidi resolution and add the real frames to the array. Bug 384527, r+sr=roc, b=dbaron 2007-08-29 01:21:38 -07:00
rob_strong@exchangecode.com
728150a104 Bug 299716 - Need for em:targetApplication marker for 'the toolkit'. patch=ajvincent, r=dtownsend, r=rstrong 2007-08-29 01:16:15 -07:00