jst%mozilla.jstenback.com
e3347ddb5f
Landing fix for bug 258487, patch by Wladimir Palant <trev@gtchat.de>. Add pref check for controlling how to dela with poups opened by plugins. r+sr=jst@mozilla.org, a=chofmann@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162057 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 06:02:14 +00:00
bryner%brianryner.com
d7aec75a20
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc, a=chofmann.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162046 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 02:47:59 +00:00
jst%mozilla.jstenback.com
403366efee
Landing fix for bug 252326. Popup blocker backend improvments. Patch by Wladimir Palant <trev@gtchat.de> and jst@mozilla.org, r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=chofmann@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161886 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 22:57:48 +00:00
bryner%brianryner.com
42e17e2c94
Update the displayed text when closing a combobox with the keyboard causes a new option to be selected. Bug 257572, r=mkaply, sr=jst, a=mkaply.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161860 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 18:54:41 +00:00
bryner%brianryner.com
9760c07fbc
Extend invalidated region by one source row in each direction so that we fully cover the rows in a scaled image which may be drawn using a given source row. This fixes the "white lines" problem with scaled images (bug 222901). r=pavlov, sr=tor, a=mkaply.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161858 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 18:48:05 +00:00
jst%mozilla.jstenback.com
2d5c109e2d
Fixing bug 257690. Make sure to mark generated content as anonymous content so that the content gets properly cleaned up on destruction etc. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161847 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 16:58:23 +00:00
bmlk%gmx.de
d9fc3d56ad
fix a crash in table pseudo frame handling, where colgroups need a special handling as they hold only columns and and can not be parents of other frames, bug 239294 r/sr=dbaron a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161486 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-30 18:35:22 +00:00
vladimir%pobox.com
b0d04b44fc
b=253332, Implement Page Style > None; patch from fantasai, r=dbaron,a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161354 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 21:48:39 +00:00
jst%mozilla.jstenback.com
a69132a8ab
Um, adding paren that somehow feel out...
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161350 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 20:03:43 +00:00
jst%mozilla.jstenback.com
0853cb3695
Fixing bug 256663. Make sure the new default plugin replacement really can be disabled. r+sr=dbaron@dbaron.org. a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161349 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 20:01:44 +00:00
mkaply%us.ibm.com
fc52ec80c9
Bug 251032. From roc. Make nsComboBoxControlFrames have their own space manager, because they don't care about floats in their parent. r+sr=dbaron, a=mkaply
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161338 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-26 18:37:26 +00:00
dbaron%dbaron.org
50f030e584
Oops, that was meant for the trunk.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161277 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 22:09:56 +00:00
dbaron%dbaron.org
cd541bb8f2
Convert tabs to spaces.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161274 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 21:51:55 +00:00
jst%mozilla.jstenback.com
4e5830b7ea
Fixing bug 256658. Make the default plugin text not selectable, and change the cursor on it to be a pointer. r+sr=dbaron@dbaron.org, a=ben@bengoodger.com
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161232 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-25 15:12:11 +00:00
jst%mozilla.jstenback.com
85b179189c
Fixing bug 256711. Make object tags render their content in stead of defaulting to the 'default plugin' when we don't have a plugin suitable for the object tag. r+sr=brendan@mozilla.org, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161191 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-24 22:20:51 +00:00
jst%mozilla.jstenback.com
3be8d34cc3
Fixing bug 244125. Add the ability to disable the default plugin and to fire PluginNotFound DOM events when an embed/applet/object tag is encounterd for which we don't have a plugin, and in that case also display something similar to the default plugin to the user. All disabled by default for now (until the web services piece of bug 253046 is done). r=dbaron@dbaron.org, sr=brendan@mozilla.org, a=ben@bengoodger.com
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161044 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-20 04:08:52 +00:00
jst%mozilla.jstenback.com
de11c4054b
Fixing bug 198254. Fix crash when closing javascript created window. r+sr=bzbarsky@mit.edu, a=brendan@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160959 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-19 00:42:07 +00:00
vladimir%pobox.com
254ef4a2b2
fixing bustage, checked in too much
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160887 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-18 03:59:06 +00:00
vladimir%pobox.com
5d91ef3dbc
b=235665, aggregation support in bookmarks, r=shaver,ben,axel,a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160885 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-18 02:00:59 +00:00
shaver%mozilla.org
db3c06f18f
240723: filepicker cleanup for aviary mergery, r=caillon
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160647 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-11 02:59:55 +00:00
dbaron%dbaron.org
928f7915b2
Merging changes between MOZILLA_1_7_RELEASE and AVIARY_20040809_MERGEPOINT, a=ben: 244017
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160576 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-09 23:39:49 +00:00
dbaron%dbaron.org
f970f5f4b1
Merging changes between MOZILLA_1_7_RELEASE and AVIARY_20040809_MERGEPOINT, a=ben: 217120
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160575 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-09 23:37:48 +00:00
smontagu%smontagu.org
04d9edaa40
Bug 205235: RTL first line overlaps "float:left" elements. Patch by Ilya Konstantinov mozilla-bugzilla@future.shiny.co.il, r+sr=dbaron, a=mkaply.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160534 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-09 19:47:51 +00:00
smontagu%smontagu.org
b996893eb2
Bug 140611: When a block element is first in RTL <LI>, bullet moves left. patch by Lina Kemmel lkemmel@il.ibm.com, r=smontagu, sr=dbaron, a=mkaply.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160509 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-09 03:29:58 +00:00
rlk%trfenv.com
c09e2632fc
bug 252027 - [FIXr]Change content policy context back to nsISupports. Patch by Boris Zbarsky <bzbarsky@mit.edu>. r=mvl@exedo.nl, sr=shaver@mozilla.org, aviary=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160087 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 22:44:20 +00:00
dbaron%dbaron.org
74c0049736
Reframe all image box frames on theme change, as a workaround for chrome: URL comparison mess. b=252703 r+sr=bzbarsky a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160072 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-29 20:26:13 +00:00
dbaron%dbaron.org
59e9c79053
Move root element fixups to nsStyleContext so they happen before CalcDifference calls in style reresolution and we reframe less. b=245327 r+sr=bzbarsky a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159683 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-22 19:45:48 +00:00
dbaron%dbaron.org
7bf57b8fe5
Restore ReResolveMenusAndTrees code, which is needed for theme switching. b=226791 r+sr=bzbarsky a=ben
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159682 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-22 19:44:19 +00:00
bsmedberg%covad.net
c45f039bba
Centralize locale files in the chrome://global/locale/ package. This does not include some files dragged in kicking and screaming by thunderbird... there is a very-temporary hack to keep these files in the correct place.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159361 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-16 19:58:10 +00:00
bsmedberg%covad.net
fe18f32e46
Rid firefox of the chrome://communicator/locale/ package entirely.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159325 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-16 13:26:50 +00:00
scott%scott-macgregor.org
a13387237b
Bug #245280 --> First cut at porting the nsIContentPolicy changes from the trunk to the branch
...
to support Thunderbird's new privacy mode.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158615 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-30 20:12:34 +00:00
dbaron%dbaron.org
1497b247fc
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: bug 244058.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158137 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 20:56:21 +00:00
dbaron%dbaron.org
e897a1fd85
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: land same fix for bug 244761 as is on 1.7 branch
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158096 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 02:57:25 +00:00
dbaron%dbaron.org
1ea2034b2c
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: fix whitespace differences resulting from a diff -w being checked in for bug 240903.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158091 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 02:43:25 +00:00
dbaron%dbaron.org
34b4b7f95a
Merging changes on MOZILLA_1_7_BRANCH between AVIARY_1_0_20040515_BASE and MOZILLA_1_7_RELEASE: fix whitespace differences resulting from a diff -w being checked in for bug 188955.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158090 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 02:40:19 +00:00
scott%scott-macgregor.org
415b49472b
Back out Bug #217527 --> {inc}left column on slashdot is sometimes too narrow or too wide for its contents
...
as it caused a regression on the 1.7 branch
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157798 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-11 19:54:13 +00:00
scott%scott-macgregor.org
7297f64e41
Port Bug #241161 --> [quirks] empty TABLE should hide
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157763 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-11 07:59:10 +00:00
scott%scott-macgregor.org
0e498048f2
Port Bug #241454 --> Table data overflowing due to <script> tag - gets fixed when a button is pressedCVS: ----------------------------------------------------------------------
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157761 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-11 07:49:05 +00:00
scott%scott-macgregor.org
de7f1095d3
Port Bug #217527 --> {inc}left column on slashdot is sometimes too narrow or too wide for its contents
...
from 1.7 branch
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157759 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-11 07:45:49 +00:00
ben%bengoodger.com
01d5fcf228
paper over the mac-only theme switch crash caused by some kind of wacky state to do with combo box reflow (246126)... to reproduce this bug pull the FIREFOX_0_9_RC1 tag or wait until next week when I land EM on the trunk (06/14/2004 onward)
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157687 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-10 00:56:57 +00:00
mkaply%us.ibm.com
be772de767
#217715
...
r/sr = jst, a=mkaply
Patch from roc - Java applet fails to get some of its parameters
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157649 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-09 12:35:12 +00:00
scott%scott-macgregor.org
e27a3edcaf
Port Bug #237366 --> Page layout is broken when the page was loaded first or super-reloaded.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157520 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-07 17:26:38 +00:00
mconnor%myrealbox.com
dbcbfa0d3f
I carried over doron's typo, oops
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157280 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-02 00:30:10 +00:00
mconnor%myrealbox.com
1137c878ba
port 244761 to aviary branch (fix from 1.7 branch)
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157273 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-01 22:56:31 +00:00
mconnor%myrealbox.com
be51cc550a
port topcrash fix from bug 237760 to aviary branch
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157252 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-01 19:37:11 +00:00
scott%scott-macgregor.org
438c108096
Port Bug #188955 --> CSS list item images are loaded even if image loading is blocked or disabled
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@157207 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-31 23:57:59 +00:00
bryner%brianryner.com
6b519fc25c
Fix crashes when dynamically removing input type=file elements by not calling GetValue() during Destroy() since that re-adds the frame to the primary frame map. Bug 203041, 238906, patch originally by mats.palmgren@bredband.net, updated by me, r+sr=bzbarsky.
...
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156808 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-23 17:25:59 +00:00
(no author)
b4b70055bb
This commit was manufactured by cvs2svn to create branch
...
'AVIARY_1_0_20040515_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 19:32:54 +00:00
(no author)
6c06bfad8c
This commit was manufactured by cvs2svn to create branch
...
'AVIARY_1_0_20040515_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@155145 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-19 19:34:57 +00:00
jst%mozilla.jstenback.com
19cf31264e
Fixing bug 240340. Fix mac key event regression in plugins. r+sr=bryner@brianryner.com, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@154993 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-16 21:46:05 +00:00