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

208529 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal@moonset.net 55b071590b Fixing bustage again 2007-07-04 01:49:00 -07:00
aaronleventhal@moonset.net cfb79bb667 Fixing bustage again 2007-07-04 01:38:54 -07:00
aaronleventhal@moonset.net cc640dce0c Fixing bustage 2007-07-04 01:24:23 -07:00
aaronleventhal@moonset.net c3629cf1c4 Bug 386721. More ARIA properties are universal. r=david.bolter 2007-07-04 00:54:56 -07:00
aaronleventhal@moonset.net fcfec20306 Bug 386717. Changes to how tables, grids and treegrids are handled in ARIA. r=david.bolter 2007-07-04 00:52:18 -07:00
mrbkap@gmail.com 7ee3e1ad38 Don't be confused by misleading tag names. bug 386794, r+sr=sicking 2007-07-04 00:45:04 -07:00
peterv@propagandism.org fbf15f1cfd Fix for bug 386656 (Security Error: Content at moz-nullprincipal:{8c0f4edc-0aac-45cc-8471-895f07bb1bb2} may not load or link to resource://gre/res/hiddenWindow.html during install of latest NTT Build). r/sr=jst. 2007-07-04 00:27:36 -07:00
roc+@cs.cmu.edu 1bd6227b5e Fixing bustage 2007-07-03 21:07:01 -07:00
roc+@cs.cmu.edu 5786887ef2 Bug 385423. Refactor textrun cache so that all textrun clients use a single global word-based cache. Responsibility for stripping out problematic characters (e.g. newlines) is given to the word cache. r=vlad,smontagu 2007-07-03 20:39:01 -07:00
roc+@cs.cmu.edu df98dec536 Bug 386211. Turn 'fonts still alive' assertion into a warning. r=vlad 2007-07-03 20:24:04 -07:00
roc+@cs.cmu.edu b84f7fe0c6 Bug 383129. Don't treat tree-related XUL tags as special when they're root elements. r+sr=bzbarsky 2007-07-03 20:20:04 -07:00
reed@reedloden.com 5419626c76 Bug 386359 - "need more Ts runs in Talos" (get Talos to use TS_NUM_RUNS) [p=alice r=robcee] 2007-07-03 19:40:55 -07:00
mats.palmgren@bredband.net 0711c3f514 Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-03 19:15:31 -07:00
mats.palmgren@bredband.net e3dc6b00a0 Make the viewport area that of the root frame, or in paginated contexts, the page content frame. b=380816 r=sharparrow1 sr=roc 2007-07-03 18:13:07 -07:00
cbarrett@mozilla.com 9490b4e330 Bug 361299 - read image directly from input stream in icon decoder. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>. r=tor, sr=biesi. 2007-07-03 18:09:10 -07:00
jst@mozilla.org 0948a2e84f Fixing bug 380618. Remove support for window.ononline and window.onoffline in favor of using window.addEventListener() for these new events. r=chris.double@double.co.nz, sr=jonas@sicking.cc 2007-07-03 16:40:11 -07:00
gavin@gavinsharp.com 6ed9373197 Remove #ifdef DEBUG pref that isn't read in debug builds (see bug 383365 comment 2) 2007-07-03 16:34:15 -07:00
joshmoz@gmail.com 337b727165 fix a crash when invoking drag sessions and check cached transferables when saying whether or not a drag or paste supports a particular flavor. b=386751 r=cbarrett sr=pav 2007-07-03 16:13:28 -07:00
sdwilsh@shawnwilsher.com 969cf32a13 Orange fix. rs=gavin.sharp 2007-07-03 15:49:42 -07:00
sharparrow1@yahoo.com d261910e89 Bug 386142: fantasai's li'l Need More Comments bug. Patch by fantasai, r+sr=roc 2007-07-03 15:49:00 -07:00
gavin@gavinsharp.com 25a6465d4b Bug 261633: treat setInterval('foo()') as setTimeout('foo()', 0) to match IE and avoid recursive timeouts, r+sr=jst 2007-07-03 15:38:04 -07:00
sdwilsh@shawnwilsher.com c2b2521e64 Fix orange. r=gavin.sharp 2007-07-03 15:33:46 -07:00
gavin@gavinsharp.com 48f93ffffc Disable new location bar (bug 366797) again due to Ts/Txul regression 2007-07-03 15:32:31 -07:00
sharparrow1@yahoo.com 452068a6d2 Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc. 2007-07-03 15:11:28 -07:00
flamingice@sourmilk.net 934fa94442 Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-07-03 14:42:35 -07:00
mats.palmgren@bredband.net 581c9c9b41 Use predefined load types instead of rolling our own. b=385663 r+sr=bzbarsky 2007-07-03 14:41:32 -07:00
dbaron@dbaron.org 185a3546ba Put comment in the right place. b=180380 2007-07-03 14:31:02 -07:00
dbaron@dbaron.org 63ccfec235 Make suspectCurrent assertion not fire constantly after we Fault. b=386664 r+sr=peterv 2007-07-03 14:21:57 -07:00
dbaron@dbaron.org 269a3e3477 Make nsGTKRemoteService properly implement its AddRef and Release methods so it doesn't leak on shutdown. b=336920 r=bsmedberg 2007-07-03 14:21:11 -07:00
mats.palmgren@bredband.net 33aeae8e8d Fix crash [@ nsPopupSetFrame::Destroy]. b=384877 r=enndeakin sr=roc 2007-07-03 14:16:48 -07:00
dolske@mozilla.com ff8ed91fee Bug 386744: "View Image" on <canvas> throws "Error: uncaught exception: Load of denied." r=mano 2007-07-03 14:11:15 -07:00
sdwilsh@shawnwilsher.com 9fbb9e20dd Bug 385871 - DM needs to have schema checking. r=mano 2007-07-03 14:04:54 -07:00
sdwilsh@shawnwilsher.com 8b24012813 Bug 386394 - Add a BackupDB method to mozIStorageConnection. r=mano 2007-07-03 13:54:36 -07:00
cbarrett@mozilla.com 6331156e8f bug 380185 (part 2) - Scrollbars should not try to draw their features if there is not enough space. r=josh sr=roc. 2007-07-03 13:05:15 -07:00
bzbarsky@mit.edu 48c95e4f48 Fix spelling in comment. Bug 384981 2007-07-03 12:39:51 -07:00
bzbarsky@mit.edu f08d646d92 Fixing build bustage 2007-07-03 12:15:26 -07:00
joshmoz@gmail.com c6b178de5c Scrollbars should not try to draw their features if there is not enough space. b=380185 r=josh sr=roc 2007-07-03 11:49:44 -07:00
bzbarsky@mit.edu 389f048fc1 Menubars are special on OSX too. Bug 385880, r=bernd, sr=roc 2007-07-03 11:48:57 -07:00
bzbarsky@mit.edu c805e6c7ac Propagate the principal responsible an image load all the way to
CanLoadImage/LoadImage in nsContentUtils, and use it for security checks
there.  Bug 310165, r=sicking, sr=dbaron
2007-07-03 11:45:39 -07:00
bzbarsky@mit.edu 6afe01a485 Adding test. 2007-07-03 11:27:38 -07:00
axel@pike.org da315dd9e8 bug 383585, improve tooling for dummy localizations, r=sayrer 2007-07-03 10:54:52 -07:00
gavin@gavinsharp.com 632f253e92 Bug 386746: remove unneeded URL bar code, patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 10:40:40 -07:00
gavin@gavinsharp.com a5a1acb1c2 Bug 386741: attempt at fixing Ts/Txul regression by eliminating unnecessary XBL fields 2007-07-03 10:09:50 -07:00
sdwilsh@shawnwilsher.com 9933f0f561 Bug 386371 - Use getters and setters for database schema version. r=myk 2007-07-03 09:56:20 -07:00
gavin@gavinsharp.com e19507fc24 Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner 2007-07-03 09:49:06 -07:00
Olli.Pettay@helsinki.fi 472e7ffcb9 Add tests also for blur event (bug 238987) 2007-07-03 09:27:28 -07:00
surkov.alexander@gmail.com d69b6122b8 Bug 378468 - remove warnings from nsDocAccessible::InvalidateCacheSubtree, r=ginn.chen 2007-07-03 09:19:08 -07:00
sspitzer@mozilla.org 6608294b06 fix for bug #386705: Description field of new bookmark is not populated even though it has <META name="description" content="...">
fix by=Marco Bonardo <mak77@supereva.it>

r=sspitzer
2007-07-03 08:39:33 -07:00
gavin@gavinsharp.com 311b35c64b Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:58:20 -07:00
gavin@gavinsharp.com d6aa1f32db Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:54:05 -07:00