Commit Graph

16098 Commits

Author SHA1 Message Date
Bob Clary
97a6b9fbb5 Sisyphus|JavaScript Tests - allow user to execute tests from other location than TEST_DIR, bug 446097, r=cbook 2008-07-21 18:18:15 -04:00
Brendan Eich
a6bb7cfc89 Always select gvar ops for declared global vars, instead of only if loopy/enough-used (445901, r=shaver). 2008-07-21 15:14:14 -07:00
Edward Lee
3f4c03d18d Bug 424557 - Allow AwesomeBar to default search only urls (or history/titles/bookmarks/tags). r=dietrich 2008-07-21 14:27:50 -07:00
Jason Orendorff
ca32aebffa Bug 440779 - JS_NewDouble oddness in nsJSEnvironment.cpp (r+sr=jst) 2008-07-21 15:16:47 -05:00
Jason Orendorff
a721c4227c Bug 445624 - Delete dead code in JSObject2NativeInterface hot path (r+sr=jst) 2008-07-21 15:16:47 -05:00
Rob Arnold
5e8603a7ad Bug 446238 - broken rendering of menus on WinXP r=vlad 2008-07-21 12:55:31 -07:00
Boris Zbarsky
c7378afe4c Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking 2008-07-21 12:44:31 -07:00
Boris Zbarsky
ed05f2d53f Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking 2008-07-21 12:15:18 -07:00
Boris Zbarsky
c00a3cd87a Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking 2008-07-21 12:09:00 -07:00
Boris Zbarsky
19e9446df1 But 444823. Improve comments. r+sr=sicking 2008-07-21 11:11:06 -07:00
Robert Kaiser
fae4cf5107 bug 444992 - NATIVE_DIST definition used in packager.mk for SIGN_CMD is crap, r=ted 2008-07-21 19:53:22 +02:00
Marco Bonardo
f93c481bb8 bug 427142 - sporadic test_393498.js failure on bm-win2k3-pgo01 because of VM timer issues. r=dietrich 2008-07-21 11:41:09 -04:00
Josh Aas
2e0ff6bd92 fix license comments and a misspelling. r/sr=sparky the wonder dog 2008-07-21 09:26:34 -04:00
Gavin Sharp
4fc8624895 Bug 446363: remove unused variable, r+sr=roc 2008-07-21 05:59:06 -04:00
Karl Tomlinson
51e965223e Clip the dirty rect to ensure it's within the X11 drawable. b=445707 r+sr=roc 2008-07-21 20:40:41 +12:00
Karl Tomlinson
254510d392 Adjust the dirty region consistently with the coordinate transformation. b=445932 r+sr=roc 2008-07-21 20:24:38 +12:00
Karl Tomlinson
59302b51ac non-spacing marks in munder are off center or too long. b=428863 r+sr=roc 2008-07-21 19:32:46 +12:00
Josh Aas
cb75d58ea5 improve support for DOM manipulations in native menu system, add tests. b=442972 r=kreeger sr=roc 2008-07-21 00:33:38 -04:00
Brendan Eich
c73f865645 Fix property cache fill to use the best shape (445899, r=shaver). 2008-07-20 16:27:10 -07:00
Vladimir Vukicevic
6079ec7531 Merge backout 2008-07-20 15:36:15 -07:00
Vladimir Vukicevic
7b7cfbab99 Backed out changeset 20534cf9abf5 2008-07-20 15:35:51 -07:00
Vladimir Vukicevic
fe9f4b2720 Backed out changeset eeca8d662c84 2008-07-20 15:35:23 -07:00
Vladimir Vukicevic
f5d34a5386 Clean up cairo-rename.h, add fcfreetype.h to system-headers for x86-64 2008-07-20 14:55:04 -07:00
Vladimir Vukicevic
b25dd7a8bf b=446323, Upgrade cairo to 1.6.4-348-g96c9e2a; r=vlad 2008-07-20 14:15:22 -07:00
Robert Strong
281dc72268 Bug 444664 - Unable to install due to misreporting of OS version (requires Microsoft Windows 2000 or newer). r=jmathies 2008-07-20 13:20:34 -07:00
Igor Bukanov
fc68712767 bug 441686 - eliminating JSStackFrame.(nvars|vars). r=brendan 2008-07-20 22:13:17 +02:00
Peter Weilbacher
047958a689 [OS/2] Bug 439194: simple glyph matching across all installed fonts 2008-07-20 18:51:49 +00:00
Dão Gottwald
8e11ba903f Bug 445759 – Add a texture to the background of the Ctrl+Tab panel. r=gavin 2008-07-20 18:11:11 +02:00
Igor Bukanov
d3223d86a3 [Bug 446229] Fixing GCC conversion warnings within SpiderMonkey. r=brendan 2008-07-20 14:53:21 +02:00
Alex Vincent
64fbf2c7bd bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted 2008-07-20 08:32:32 -04:00
Simon Montagu
5ab37eaa02 Remove unused ccmap files. Bug 445877, r+sr=dbaron 2008-07-20 11:37:00 +03:00
Ryan Flint
4d072bbf49 Bug 446212 - Random failure on Linux mozilla-central qm-centos5-03 / browser_bug410900.js. r=gavin 2008-07-20 02:34:35 -04:00
L. David Baron
a8ab4310a8 Add bug number (446226) for todo tests from bug 325064. 2008-07-19 16:03:45 -07:00
Zack Weinberg
a92b3b3f9f Change CSS parser to close constructs open at end-of-file by changing ExpectSymbol not to fail on EOF when expecting one of }, ), ], or ;. (Bug 325064) r+sr=dbaron 2008-07-19 15:52:09 -07:00
Ted Mielczarek
a29f03503e bug 420324 - reftest should show progress in titlebar. r=dbaron 2008-07-19 16:54:47 -04:00
Igor Bukanov
6e106c4272 [Bug 444846] Fixing GCC warning on x86-64 about redefined HAVE_VA_LIST_AS_ARRAY. r=crowder 2008-07-19 19:51:05 +02:00
Igor Bukanov
c3acf2cc17 merge 2008-07-19 19:31:48 +02:00
Peter Weilbacher
30d017ac57 [OS/2] Bug 446159: query the plugin version resource on OS/2, r=mkaply 2008-07-19 18:06:47 +00:00
Olli Pettay
ed5c851afb Bug 445330, document.loaded XML documents fire onload before DOMContentLoaded, r+sr=bz 2008-07-19 18:20:22 +03:00
Olli Pettay
668332d867 Bug 435656, Make nsCxPusher::Push to handle all kinds of nsPIDOMEventTargets, r+sr=jst 2008-07-19 18:11:37 +03:00
Michael Ventnor
8aeed81515 Bug 271586 – Implement CSS3 column-rule-*. r+sr=roc,dbaron 2008-07-19 12:38:25 +02:00
Dão Gottwald
f47f10ed4a Bug 445476 – Need a pref to disable the new ctrl+tab preview panel. r=gavin 2008-07-19 11:19:59 +02:00
Peter Weilbacher
6b4d0a4822 Bug 446159: fix build break in nsPluginsDir for OS/2 and BeOS 2008-07-19 11:08:19 +00:00
Edward Lee
26fd4468ea Bug 395161 - Make it possible to restrict the url bar autocomplete results to bookmarks/tagged/history entries and match only url/title. r=dietrich 2008-07-19 01:51:34 -07:00
Brendan Eich
032f06cdc0 Property-cache JSOP_NAMEINC etc. direct slot case (445893, r=shaver). 2008-07-18 22:53:22 -07:00
L. David Baron
c26a7caa30 Fix spelling mistakes (to trigger unit test cycle). 2008-07-18 22:32:50 -07:00
L. David Baron
ff3cb68441 Backed out changeset 5c009a853d70 for hitting a fatal JS_Assert during xpcshell unit tests (xpcom/unit/test_bug374754.js) on the DO_NEXT_OP(JSOP_INCNAME_LENGTH) line on !JS_THREADED_INTERP platforms (Windows). 2008-07-18 21:53:07 -07:00
Brendan Eich
3ec5069d69 Property-cache JSOP_NAMEINC etc. direct slot case (445893, r=shaver). 2008-07-18 19:16:15 -07:00
Igor Bukanov
14d3f310ea merge 2008-07-18 16:15:02 +02:00
Ginn Chen
97c7a3d007 Bug 445970 Hangs on linux at startup, r=surkov.alexander 2008-07-18 19:21:04 +08:00