Граф коммитов

180870 Коммитов

Автор SHA1 Сообщение Дата
peterv@propagandism.org 55df66fd28 Correct whitespace. 2007-07-06 04:23:30 -07:00
peterv@propagandism.org 1d29452b47 Fix for bug 386730 (After reloading a page with a single contenteditable element, every element on that page is editable). r/sr=jst. 2007-07-06 03:45:16 -07:00
peterv@propagandism.org 22a714aaea Fix for bug 386728 (Setting the contenteditable attribute through js twice doesn't work). r/sr=jst. 2007-07-06 03:44:14 -07:00
longsonr@gmail.com b807e11154 Bug 386475 - Should not flush when resolving em and ex units. r=tor,sr=bzbarsky 2007-07-06 02:02:44 -07:00
Olli.Pettay@helsinki.fi 88533895cd Bug 386914, r+sr=jst 2007-07-06 01:01:44 -07:00
aaronleventhal@moonset.net fdbd06852a Bug 379875. Support checkable in ATK via object attribute since there is no other way in ATK. r=david.bolter 2007-07-06 00:50:34 -07:00
aaronleventhal@moonset.net c2eaaacaed ARIA disabled state is no longer universal, it applies only to specific roles. Also remove some roles that are no longer supported in the spec. r=david.bolter 2007-07-06 00:49:22 -07:00
mozilla@weilbacher.org ed4e197b19 [OS/2] Fix build break after bug 384374. 2007-07-06 00:01:42 -07:00
Evan.Yan@Sun.COM 0a0a25f9ec bug 386161 - no focus event when arrowing down in xul tree table
r=surkov.alexander
2007-07-05 23:53:18 -07:00
smontagu@smontagu.org b3af247d04 Add reftest for bug 386339 2007-07-05 23:26:06 -07:00
smontagu@smontagu.org 89dce7670f Add an mIsRTL flag to the textrun word cache hash key. Bug 386339, r+sr=roc 2007-07-05 22:52:56 -07:00
bzbarsky@mit.edu 5cf3fff9c7 Include the stuff we use. Bug 279703 followup, r=enn. 2007-07-05 21:23:56 -07:00
sdwilsh@shawnwilsher.com fa3a4ec6db Bug 378079 - AutoComplete returns invalid rows when more than one AutoCompleteSearch is used. Patch by Matt Crocker <matt@songbirdnest.com>. r=gavin.sharp 2007-07-05 18:43:20 -07:00
sdwilsh@shawnwilsher.com e9a36d5755 Bug 374334 - Uncaught exception with cloneNode method and frameset element. Patch by Alex Vincent <ajvincent@gmail.com>. r=jst,sr=jst 2007-07-05 18:38:54 -07:00
sharparrow1@yahoo.com 8de3d9eab5 Bug 387044: cleanup string usage in nsCSSParser. r+sr=bzbarsky 2007-07-05 18:21:56 -07:00
joshmoz@gmail.com de0b084fd4 fix a type in the Mac OS X clipboard code that breaks HasDataMatchingFlavors. followup for bug 386751. 2007-07-05 17:36:49 -07:00
mrbkap@gmail.com 346c4f2504 Pass the wrappedJSObject so that XPCNativeWrapper doesn't get confused by DOMI having its hands on implicit native wrappers. bug 387053, r=sdwilsh sr=jst 2007-07-05 17:36:27 -07:00
dmose@mozilla.org 545827e208 Remove trailing semicolons after method decls to avoid breaking forthcoming versions of gcc; r+sr=dbaron; no bug. 2007-07-05 17:20:09 -07:00
brendan@mozilla.org efbffa2c2d Fix degenerate unsigned (enum) comparisons (357016, r=igor). 2007-07-05 16:25:27 -07:00
jst@mozilla.org dc4597ac89 Fixing bug 380476. Never register timeouts on unloaded windows objects. r=mrbkap@gmail.com, sr=jonas@sickin.cc 2007-07-05 16:19:15 -07:00
dmose@mozilla.org 72ba1b7011 Adding a semicolon in the hopes of fixing the XULRunner Linux tinderbox bustage from my checkin for bug 384374 2007-07-05 16:18:10 -07:00
jst@mozilla.org 5b7f66621b Added tag MOZILLA_1_9_a6_BASE for changeset 4209e16b5841 2007-07-05 17:25:02 -07:00
preed@mozilla.com 7f6da0588b Bug 372755: respin support for Bootstrap. Finally! ;-) r=rhelmer,cf 2007-07-05 15:58:32 -07:00
sdwilsh@shawnwilsher.com 66c24af0a3 Bug 384873 - Broken building without XUL but with RDF. Patch by romaxa <romaxa@gmail.com>. r=benjamin 2007-07-05 15:44:44 -07:00
dbaron@dbaron.org e3aee21664 Initialize mPendingInstantiateEvent to null. b=386889 r+sr=biesi 2007-07-05 15:44:27 -07:00
dbaron@dbaron.org 81b0b77f12 Make XUL prototype elements set mNumChildren to 0 when they stop owning their children in ReleaseSubtree. b=386947 r+sr=sicking 2007-07-05 15:40:26 -07:00
dbaron@dbaron.org c7cb35f4ec Make Fault give more information, #ifdef DEBUG_CC. b=386947 r=graydon 2007-07-05 15:38:38 -07:00
sdwilsh@shawnwilsher.com 1212763a51 Bug 380932 - Handle malware URIs with error page. Patch by Dão Gottwald <dao@design-noir.de>. r=cbiesinger 2007-07-05 15:26:06 -07:00
dbaron@dbaron.org ddcd3b864b In ExplainLiveExpectedGarbage, print only the externally-referenced nodes from which the expected garbage is reachable. b=387005 r=graydon 2007-07-05 15:20:16 -07:00
sdwilsh@shawnwilsher.com 94660be05a Bug 386482 - Add a setter for richlistitem.searchLabel. Patch by Simon Bünzli <zeniko@gmail.com>. r=enndeakin 2007-07-05 15:19:41 -07:00
sdwilsh@shawnwilsher.com 91ce64a58f Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 14:35:52 -07:00
sdwilsh@shawnwilsher.com 82fd0b3b08 Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 14:09:40 -07:00
crowder@fiverocks.com 19e2b71a02 Bug 357016: changing this back to (void *) for now to fix burning tree 2007-07-05 13:54:44 -07:00
mozilla@weilbacher.org 3c0456cebe [OS/2] Fix build break in gfxOS2Fonts.cpp (mimic gfxPangoFonts change that supposedly came from Bug 385423) 2007-07-05 13:50:44 -07:00
sdwilsh@shawnwilsher.com 1f26ddd94b Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil 2007-07-05 13:44:28 -07:00
crowder@fiverocks.com 74230e55bd Bug 357016: fixing brendan's nit from comment 23 2007-07-05 13:41:59 -07:00
crowder@fiverocks.com 403c5f1ce1 Bug 357016: spidermonkey should be buildable by a C++ compiler, patch by
crowder/Jason Orendorff, r=brendan
2007-07-05 13:37:47 -07:00
mrbkap@gmail.com c282c6700d Ensure that accesses to implicit XPCNativeWrappers are actually legal. bug 384750, r+sr=jst 2007-07-05 13:13:43 -07:00
mrbkap@gmail.com 305babb411 Ensure that accesses to implicit XPCNativeWrappers are actually legal. bug 384750, r+sr=jst 2007-07-05 13:01:12 -07:00
dmose@mozilla.org ec036ba262 Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 12:31:44 -07:00
neil@parkwaycc.co.uk 10dbfc6ede Bug 386981 Make chrome tooltips wrap r=Enn 2007-07-05 12:11:36 -07:00
ted.mielczarek@gmail.com 5f2988b78f bug 386847 - os x not uploading i386 symbols. rs=gavin.sharp 2007-07-05 11:14:46 -07:00
ted.mielczarek@gmail.com 6e56a8ade7 bug 385241 - disable libxul for debug builds. r=bsmedberg 2007-07-05 11:04:47 -07:00
flamingice@sourmilk.net 28ebacf605 Bug 384868, Wrong ifdef for rdf building, Patch by romaxa, r=benjamin 2007-07-05 10:22:07 -07:00
surkov.alexander@gmail.com 4a1190187e Bug 386971 - following up fix 2007-07-05 10:14:34 -07:00
surkov.alexander@gmail.com d7a9b43ae6 Bug 386971 - expose editor from nsIAccEditableText, r=ginn.chen 2007-07-05 10:12:28 -07:00
bclary@bclary.com 42ca1d03de Sisyphus - support buildbot, js test automation, work in progress. Bug 386992, not part of the build 2007-07-05 09:36:55 -07:00
surkov.alexander@gmail.com 25671496a4 Bustage fix of bug 386978 2007-07-05 09:25:15 -07:00
surkov.alexander@gmail.com 2efa01e742 Bug 386978 - get rid FireToolkitEvent, r=aaronlev 2007-07-05 09:02:55 -07:00
aaronleventhal@moonset.net 4ff6072f7d Bug 377783. Fix crash and clean up table a11y. r=evan.yan 2007-07-05 08:39:29 -07:00