Commit Graph

4171 Commits

Author SHA1 Message Date
surkov.alexander@gmail.com
2bd3e2b80f Bug 109215 - Implement accessibility API support for slider, r=ginn.chen, sr=neil 2007-07-26 09:40:55 -07:00
dietrich@mozilla.com
95308401cd Bug 319455 Expire annotations (r=sspitzer) 2007-07-26 09:23:11 -07:00
Olli.Pettay@helsinki.fi
81c89897e3 Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 07:16:19 -07:00
benjamin@smedbergs.us
2694ad77f8 Fix MSVC7 build bustage from bug 389401, a=gavin for checkin to closed tree 2007-07-26 07:09:46 -07:00
Olli.Pettay@helsinki.fi
ad51500682 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 05:22:01 -07:00
roc+@cs.cmu.edu
d1da448c24 Trivial fix that should fix Linux reftests 2007-07-26 04:22:57 -07:00
roc+@cs.cmu.edu
917c4632c9 Bug 387969. Use CSS 'text-rendering' property to control text quality. r=pavlov,r+sr=bzbarsky 2007-07-26 02:47:43 -07:00
dwitte@stanford.edu
947de4b75b fixing bustage. 2007-07-26 01:55:53 -07:00
flamingice@sourmilk.net
85b8b3b3a2 Bug 389486, Move pluginreg.dat to profile directory, r+sr=jst 2007-07-26 00:01:22 -07:00
tor@cs.brown.edu
57371777f8 Bug 383184 - Implement SVG lighting filters.
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-25 23:57:42 -07:00
sdwilsh@shawnwilsher.com
63707c0c31 Bug 385065 - protocol handling dialog. r=cbiesinger (forgot to fix two nits) 2007-07-25 23:44:43 -07:00
dbaron@dbaron.org
51a28fed8b Remove additional unused code from system font redesign, and add one comment. b=377947 r+sr=bzbarsky 2007-07-25 23:41:37 -07:00
jag@tty.nl
6ba0c4de3c Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor
When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser.

Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little.
2007-07-25 23:40:24 -07:00
dcamp@mozilla.com
3d56c68020 tests for bug 387196 2007-07-25 23:39:22 -07:00
dcamp@mozilla.com
1902778c43 try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes) 2007-07-25 23:38:43 -07:00
sdwilsh@shawnwilsher.com
3f13316a06 nsHandlerService.js not packaged. rs=mconnor. No bug 2007-07-25 23:36:03 -07:00
dbaron@dbaron.org
c265e46582 Make SetGenericFont not use aStartStruct-based computation since it's fundamentally incompatible with it. b=216456 r+sr=bzbarsky 2007-07-25 23:32:19 -07:00
dwitte@stanford.edu
faeb488a77 rework etld backend to use a flat hash instead of a tree-hash structure, to reduce memory consumption and eliminate shutdown leaks. bugs 386154 and 386155,
r=biesi
2007-07-25 23:31:49 -07:00
dmose@mozilla.org
134de185cc Fixes for Linux build bustage 2007-07-25 22:52:27 -07:00
sdwilsh@shawnwilsher.com
c314f7f3d9 Linux bustage fix 2007-07-25 22:27:43 -07:00
dmose@mozilla.org
9c6320c724 Add a missing include to fix windows build bustage 2007-07-25 22:03:00 -07:00
roc+@cs.cmu.edu
45e1458a84 Bug 379349. Reftest files need to be added. Created by fantasai 2007-07-25 21:48:54 -07:00
sdwilsh@shawnwilsher.com
f6827dcb3b Mac bustage fix 2007-07-25 21:46:05 -07:00
sdwilsh@shawnwilsher.com
04be1f37d0 Bustage fix 2007-07-25 21:38:56 -07:00
bzbarsky@mit.edu
98aa732792 Make form.elements actually be sorted in DOM order, as our code assumes it to
be.  This does change the ordering from what we used to have in some edge
cases.  Let's hope they don't bite.  Bug 353415, patch by jpl24
<jlurz24@gmail.com>, r+sr=bzbarsky.
2007-07-25 21:26:07 -07:00
sdwilsh@shawnwilsher.com
95d5347743 Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner 2007-07-25 21:24:25 -07:00
mconnor@steelgryphon.com
1c13a71d1e bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-07-25 21:22:44 -07:00
ginn.chen@sun.com
66dc209f5c Bug 385277 Fix two accessbility labelby attr
p=tiger.zhang at sun.com r=aaronleventhal mpa=mano
2007-07-25 21:17:51 -07:00
jst@mozilla.org
dadc7c619b Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-25 21:14:33 -07:00
ginn.chen@sun.com
850d22da9e Bug 387981 No focus events when exiting XUL submenus
r=surkov.alexander, enndeakin sr=neil
2007-07-25 21:14:32 -07:00
mconnor@steelgryphon.com
f8617a0cfc bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-07-25 21:11:54 -07:00
cbiesinger@gmx.at
c114bef91e 389580 don't allow escaped null bytes in URLs for external protocol handlers
r=bzbarsky sr=dveditz
2007-07-25 21:04:21 -07:00
roc+@cs.cmu.edu
61373b8418 Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc 2007-07-25 21:03:29 -07:00
rflint@ryanflint.com
a250cb53f3 Bug 387069 - Exclude empty strings from the duplicate check. r=mconnor 2007-07-25 20:59:31 -07:00
thunder@mozilla.com
7751055b97 Bug 360134: Add GUIDs to items so they can be uniquely identified across profiles (for sync purposes). r=mano 2007-07-25 20:53:59 -07:00
sharparrow1@yahoo.com
5a87530c15 Bug 4821: Implement page zoom (backend). r+sr=roc. 2007-07-25 20:34:16 -07:00
rflint@ryanflint.com
0be9e3eb35 Bug 373500 - Generated titles (microsummaries) are not used in tree and menu places views. r=mano 2007-07-25 20:31:40 -07:00
dcamp@mozilla.com
3bee8fae17 backout patch for 387196 2007-07-25 20:11:43 -07:00
dmose@mozilla.org
fe2806ae47 Fix case where FillContentHandlerProperties incorrectly returns NS_ERROR_FAILURE (bug 389446), r+sr=bzbarsky 2007-07-25 19:56:46 -07:00
dcamp@mozilla.com
7e413d298a fix bustage from 387196 2007-07-25 19:00:57 -07:00
dcamp@mozilla.com
257138ea39 tests for bug 387196 2007-07-25 18:50:27 -07:00
dcamp@mozilla.com
4613870993 implement the new google safebrowsing protocol. b=387196, r=tony 2007-07-25 18:49:20 -07:00
gavin@gavinsharp.com
299b9774da Bug 389616: Disable tests from bug 386772 temporarily because they're causing crashes on the windows unit test box 2007-07-25 18:40:45 -07:00
jonas@sicking.cc
c5f5ce4a52 fix build bustage 2007-07-25 17:55:13 -07:00
dmose@mozilla.org
d73aa4ab8c Relanding mrbkap's patch for bug 369259 since backing it out didn't fix our perf test woes 2007-07-25 17:54:41 -07:00
jonas@sicking.cc
d0168d734e fix build bustage 2007-07-25 17:53:55 -07:00
dcamp@mozilla.com
d0e325d71c properly delete old files during an offline cache update. b=389591, r+sr=biesi 2007-07-25 17:47:33 -07:00
jonas@sicking.cc
18a76cc5a2 Bug 259332: Improve support for document.all such that we can deal with multiple elements with the same id and/or name. r/sr=jst 2007-07-25 17:36:19 -07:00
sspitzer@mozilla.org
f8b5fb615e fix for bug #389584: show 10 rows (instead of 6) in the url bar autocomplete results
r=mconnor, ui-r=beltzner
2007-07-25 17:27:19 -07:00
dbaron@dbaron.org
12cfbf536b Mark tests passing that were fixed by bug 389464. 2007-07-25 17:01:32 -07:00