Commit Graph

181308 Commits

Author SHA1 Message Date
asqueella@gmail.com
04264029fb Bug 388761 - fix MOZ_XUL-disabled builds
p=romaxa <romaxa@gmail.com>
r+sr=roc
2007-07-23 17:04:36 -07:00
dmose@mozilla.org
570912b643 Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz 2007-07-23 17:00:22 -07:00
martijn.martijn@gmail.com
445a6b2f62 Reftests for bug 386470, r=peterv 2007-07-23 16:40:17 -07:00
asqueella@gmail.com
5585e3033c followup to bug 388506: add proper LOCALIZATION NOTEs and rev the property name since its semantics have changed
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=sdwilsh/pike
2007-07-23 16:39:45 -07:00
asqueella@gmail.com
04af5b0e06 Bug 388909 - fix build breakage from 384374 for MOZ_RDF-disabled builds
p=romaxa <romaxa@gmail.com>
r+sr=biesi
2007-07-23 16:36:16 -07:00
asqueella@gmail.com
2af06bedb1 Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
2007-07-23 16:34:20 -07:00
asqueella@gmail.com
2604465594 fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
Store the generated content as a nsCOMArray<nsIContent>* property on frames to make its clean-up on frame destruction less fragile.

r+sr=roc
2007-07-23 16:31:11 -07:00
tor@cs.brown.edu
530494b05b Build bustage fix - add lcms to libxul libs. 2007-07-23 15:44:34 -07:00
pavlov@pavlov.net
9a6aaf540a adding lcms to the directories client.mk pulls 2007-07-23 15:23:20 -07:00
martijn.martijn@gmail.com
1cadfdaae9 Checking in the patch for bug 386729 again, it's not the cause for the rlk increase 2007-07-23 15:16:30 -07:00
martijn.martijn@gmail.com
67d4cd30c1 Backing out the patch for bug 386729 again to see if it fixes the rlk increase 2007-07-23 15:09:25 -07:00
martijn.martijn@gmail.com
9c1dcef796 Bug 386470 - <marquee contentEditable> should stop, r=peterv, sr=bzbarsky 2007-07-23 15:02:57 -07:00
pavlov@pavlov.net
5d187e457e adding color management capabilities -- preffed off. bug 16769. patch from tor. r=bsmedberg, sr=me 2007-07-23 15:02:17 -07:00
sharparrow1@yahoo.com
b5804599fe Bug 386147: Don't cut off floats at the bottom of the page, part 2: make sure continuations have the right preferred width. r+sr=dbaron. 2007-07-23 14:40:10 -07:00
martijn.martijn@gmail.com
c9e2ada8f5 Bug 386729 - Textarea context menu appears on page with contenteditable node, patch by Peter Van der Beken, r=mano 2007-07-23 14:15:15 -07:00
martijn.martijn@gmail.com
5362ce7093 Bug 389179 - I can't always go back from a wink with target=_self inside a frameset, r=gavin 2007-07-23 14:04:34 -07:00
rob_strong@exchangecode.com
995bc490d0 addendum to bug 384384. r=sspitzer 2007-07-23 12:27:04 -07:00
zach@zachlipton.com
7ec5a2bdde Bug 384341 - Talos Mac support. Also add environment variable settings,
quit.js to quit the browser afters tests, and ffprofile_unix with mac and
linux code. r=alice
2007-07-23 12:21:37 -07:00
rrelyea@redhat.com
695f5ec87a Bug 388403 Land NSS 3.12 Alpha r=kai. 2007-07-23 12:02:59 -07:00
enndeakin@sympatico.ca
f1996c0e68 Bug 387499, fix windows test failure, disabled items not skipped 2007-07-23 11:19:49 -07:00
enndeakin@sympatico.ca
3fe172d56a Bug 387499, 387985, key navigation and shortcuts not working when menulist is closed, r=neil,sr=bz 2007-07-23 10:08:10 -07:00
sharparrow1@yahoo.com
7f1f88be47 Bug 388359: Menu items are highlighted as mouse pointer moves below menu. Fix makes GetEventCoordinatesRelativeTo work across window roots. r+sr=roc. 2007-07-23 09:44:34 -07:00
sharparrow1@yahoo.com
955e5d5a58 Implement ScreenToWidget for Bug 388359. patch by Karl Tomlinson, r+sr=roc 2007-07-23 09:40:32 -07:00
mats.palmgren@bredband.net
708bb0ec77 Reset the sibling pointers for our children in InvalidateChildren(). Patch by Ginn Chen<ginn.chen@sun.com>. b=387252 r=me 2007-07-23 07:01:46 -07:00
neil@parkwaycc.co.uk
34c0d0f3ae Make xpfe autocomplete implement nsIAutoCompletePopup b=304309 r=ajschult sr=jag 2007-07-23 06:51:43 -07:00
jwatt@jwatt.org
e7c044701f Preemptive reftest for bug 379178. 2007-07-23 06:50:52 -07:00
kaie@kuix.de
c3f133e322 Bug 386681, nsIWebProgressListener security: Test for bits, not for absolute values
r=mconnor
2007-07-23 04:03:22 -07:00
kaie@kuix.de
f393d37335 Bug 386681, nsIWebProgressListener security: Test for bits, not for absolute values
r=benjamin
2007-07-23 03:58:34 -07:00
kaie@kuix.de
d5fc3b59ef Bug 387011, Crash when importing certificate [@ nsNSSCertificateDB::ImportCertsFromFile]
r=rrelyea
2007-07-23 03:48:51 -07:00
kaie@kuix.de
eda243077c Bug 387613, Crash [@ nsNSSCertificate::GetCert fb3ac2be] on click submit on chrome://pippki/content/editcacert.xul
r=rrelyea
2007-07-23 03:25:23 -07:00
longsonr@gmail.com
ddf6d442a5 Bug 388385 - Memory leak with SVG patterns and clipPaths. r+sr=vladimir 2007-07-23 01:54:52 -07:00
ginn.chen@sun.com
02fcfeddda Bug 387496 No focus events when navigating among HTML menu/list items
r=aaronleventhal
2007-07-23 00:46:48 -07:00
preed@mozilla.com
0380e5b116 Bug 389218: bootstrap.cfg changes for fx2006; r=cf 2007-07-23 00:37:35 -07:00
cbiesinger@gmx.at
373f9520fb bug 389106 escape quotes
r=bz sr=dveditz
2007-07-22 22:10:46 -07:00
rhelmer@mozilla.com
183dff1a53 check out shipped-locales file before trying to use it, b=389172 r=preed 2007-07-22 18:48:27 -07:00
rflint@ryanflint.com
609699423e Bug 388317 - autocomplete and menulist popups should not be styled as native menus. Patch by Simon Bunzli <zeniko@gmail.com>, r=enndeakin 2007-07-22 17:12:30 -07:00
mozilla.mano@sent.com
e3fae46ddf Bug 388695 - getBookmarkIdsForURI should sort by relevance. r=dietrich, sayrer. 2007-07-22 16:25:49 -07:00
jwatt@jwatt.org
17b1bdf0c7 Backing out last checkin to fix reftest failures. See bug 381285. 2007-07-22 16:22:34 -07:00
jwatt@jwatt.org
a487d5944f Fixing bug 381285. ASSERTION: can't mark frame dirty during reflow. r=dbaron@mozilla.com 2007-07-22 15:35:05 -07:00
stefanh@inbox.com
e41278a2e4 Bug 389187 - winstripe splitter.css should use ew-/ns-resize instead of e-/n-resize. Patch by Ori Avtalion (salty-horse) <oavtal@bezeqint.net>, r=Mano. 2007-07-22 15:08:18 -07:00
stefanh@inbox.com
1e7adfa3af Bug 385700 - [Pinstripe] Fix top borders on autocomplete popups. r=Mano. 2007-07-22 14:58:49 -07:00
sdwilsh@shawnwilsher.com
a85e90c51b Bug 389183 - Download Manager window remains empty. r=mano 2007-07-22 14:52:22 -07:00
bzbarsky@mit.edu
c1450e1849 Adding test. 2007-07-22 13:30:09 -07:00
dbaron@dbaron.org
4b93f9ebc0 Clean up empty gNoComputedStyle lists. 2007-07-22 12:57:15 -07:00
dbaron@dbaron.org
3586987792 Don't test properties whose values overlap with others. 2007-07-22 12:56:35 -07:00
dbaron@dbaron.org
f1bb8b5fce Add hooks to get correct computed value for logical box properties. 2007-07-22 12:56:13 -07:00
sdwilsh@shawnwilsher.com
1b506091b9 Bustage fix 2007-07-22 11:57:08 -07:00
sdwilsh@shawnwilsher.com
d813830a5f Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose 2007-07-22 11:40:24 -07:00
dbaron@dbaron.org
13ca5bbce6 Remove unused gNoComputedValue variable. 2007-07-22 10:59:14 -07:00
dbaron@dbaron.org
16033c063e Implement remaining properties in computed style (with some hacks for counter() values for content), and fix some page-break-* bugs exposed by the added test coverage. b=316981 r+sr=bzbarsky 2007-07-22 10:58:37 -07:00