dwitte@stanford.edu
|
29ca525e36
|
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi
|
2007-05-05 14:09:54 -07:00 |
|
asqueella@gmail.com
|
f913d0e1b2
|
Bug 377976 - Check for null mDetailedGlyphs before referencing its members for missing CompressedGlyphs.(gfxFont.h part I missed the first time)p=Karl Tomlinson <mozbugz@karlt.net>r+sr=roc
|
2007-05-05 11:19:17 -07:00 |
|
jwatt@jwatt.org
|
49448575f8
|
Add reftest for bug 369992. Areas previously occupied by a foreignObject aren't repainted.
|
2007-05-05 10:11:45 -07:00 |
|
jwatt@jwatt.org
|
c975670c19
|
Add bug numbers for failing tests
|
2007-05-05 10:09:26 -07:00 |
|
dbaron@dbaron.org
|
7e729aa8a8
|
Fix the description of the serialize+parse tests.
|
2007-05-05 10:06:49 -07:00 |
|
dbaron@dbaron.org
|
79c8ea4796
|
Remove special handling of empty continuations, which should no longer be needed. b=238473 Based on patch by Hideo Saito <saito@densan.co.jp>. r=dbaron sr=roc
|
2007-05-05 10:06:04 -07:00 |
|
dbaron@dbaron.org
|
2f7331b24a
|
Address bzbarsky's final review comments (comment 14) on bug 311415: consider ch units fixed as well.
|
2007-05-05 10:01:51 -07:00 |
|
kairo@kairo.at
|
898c018b79
|
bug 377799 - Move bookmarks chrome to suite/ - remove old, now unused files, r+sr=Neil
|
2007-05-05 06:59:09 -07:00 |
|
kairo@kairo.at
|
3a58208faf
|
bug 377799 - Move bookmarks chrome to suite/ - jar.mn/build changes, r+sr=Neil
|
2007-05-05 04:41:14 -07:00 |
|
jwatt@jwatt.org
|
a741b8c701
|
Fixing bug 369827. Reflow of foreignObject with percentage width/height doesn't work. r=tor@acm.org, sr=dbaron@mozilla.com (this also fixes bug 379615, so changing the reftest manifest to expect the foreignObject tests to pass)
|
2007-05-05 04:11:07 -07:00 |
|
bzbarsky@mit.edu
|
7ba39f6392
|
This passes now.
|
2007-05-05 00:43:52 -07:00 |
|
bzbarsky@mit.edu
|
ca2c9fb263
|
Oops. Missed a file.
|
2007-05-05 00:42:37 -07:00 |
|
bzbarsky@mit.edu
|
45c81654ba
|
Factor out test that fails on Mac.
|
2007-05-05 00:28:20 -07:00 |
|
bclary@bclary.com
|
728d2951e0
|
JavaScript Test - regression test for bug 376052, by George Kangas
|
2007-05-05 00:28:04 -07:00 |
|
bclary@bclary.com
|
8a38da7dbd
|
JavaScript Test - regression test for bug 379483, by Jesse Ruderman
|
2007-05-05 00:12:40 -07:00 |
|
bzbarsky@mit.edu
|
6bea7ead90
|
Comment out test for now until I can debug it. Bug 379809.
|
2007-05-05 00:05:18 -07:00 |
|
bclary@bclary.com
|
4a80f4011d
|
JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509
|
2007-05-05 00:03:34 -07:00 |
|
bzbarsky@mit.edu
|
2931d10719
|
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
|
2007-05-04 23:47:09 -07:00 |
|
bzbarsky@mit.edu
|
c172ba40a4
|
Fixing build bustage
|
2007-05-04 23:37:05 -07:00 |
|
bzbarsky@mit.edu
|
e63c5bfed6
|
Override just the border width, not all the border properties. Bug 377584, r+sr=dbaron
|
2007-05-04 23:22:36 -07:00 |
|
bzbarsky@mit.edu
|
f4c385a5ea
|
Don't cut off the right-hand side of empty comboboxes. Bug 364510, r+sr=dbaron
|
2007-05-04 23:20:10 -07:00 |
|
bzbarsky@mit.edu
|
a73ee91520
|
Simplify code. Bug 367442 followup, jag's idea, r+sr=dbaron
|
2007-05-04 23:13:48 -07:00 |
|
bzbarsky@mit.edu
|
67c2d05514
|
Bail out of ReconstructDocElementHierarchy early if there is no root frame(which shouldn't even happen!). Bug 377850, r=mats, sr=dbaron
|
2007-05-04 23:12:44 -07:00 |
|
bzbarsky@mit.edu
|
64c3e5df8a
|
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
|
2007-05-04 23:09:50 -07:00 |
|
bzbarsky@mit.edu
|
5a7814a82a
|
When pushing on top of a JSContext on the XPConnect JSContext stack, save offthe JSStackFrame chain on that JSContext. When popping, restore the stackframe chain. Bug 371858, r=jst, sr=brendan
|
2007-05-04 22:55:47 -07:00 |
|
bzbarsky@mit.edu
|
b1563bdb95
|
Make sure that the style context doesn't live too long. Bug 375399, r=smaug,sr=jst
|
2007-05-04 22:45:24 -07:00 |
|
bzbarsky@mit.edu
|
685a823789
|
Make computed style handle "normal" for line-height by computing an actualnumeric height. Bug 371041, r+sr=dbaron
|
2007-05-04 22:30:10 -07:00 |
|
sayrer@gmail.com
|
77816a029d
|
backout patch for bug 375760 due to bustage.
|
2007-05-04 21:47:05 -07:00 |
|
sayrer@gmail.com
|
53b6461aa3
|
backout patch for bug 375760 due to bustage.
|
2007-05-04 21:36:13 -07:00 |
|
roc+@cs.cmu.edu
|
c28ead8361
|
Fixing bustage
|
2007-05-04 20:23:53 -07:00 |
|
roc+@cs.cmu.edu
|
c38af9c6b8
|
Bug 375760. Make a number of small changes to the gfxTextRun/gfxFont/gfxFontGroup APIs. r=vlad
|
2007-05-04 19:16:16 -07:00 |
|
sharparrow1@yahoo.com
|
7b9d18d3fe
|
Bug 378662: Get rid of PresShellViewEventListener. r+sr=roc
|
2007-05-04 16:28:00 -07:00 |
|
rhelmer@mozilla.com
|
41b9b7496f
|
license clarification b=368720 r=rhelmer a=anodelman
|
2007-05-04 15:35:49 -07:00 |
|
rhelmer@mozilla.com
|
3516f3bd18
|
integrate test framework with graph server, new page set, and add linux support b=368720 r=rhelmer p=anodelman p=bhearsum
|
2007-05-04 15:13:40 -07:00 |
|
rhelmer@mozilla.com
|
4f8cabc71c
|
renaming mozilla/testing/performance/win32 to mozilla/testing/performance/talos, pull date '2007-05-04 15:00:00 PDT' b=368720
|
2007-05-04 14:54:08 -07:00 |
|
sspitzer@mozilla.org
|
cb9ccf3bfb
|
fix for bug #375677: Deleting 5 or more bookmarks at once in Bookmarks Manager seriously messes up the bookmark handling.fix by Todd Agulnick <toddsf@gmail.com>.r=sspitzer
|
2007-05-04 12:30:40 -07:00 |
|
bclary@bclary.com
|
bada760dab
|
JavaScript Tests - replace JavaScriptOptions, bug 379701
|
2007-05-04 11:49:29 -07:00 |
|
brendan@mozilla.org
|
8a85c90946
|
Fix some assertions to avoid re-evaluating macro args; tweak comments.
|
2007-05-04 11:34:56 -07:00 |
|
aaronleventhal@moonset.net
|
2d01bfcf6a
|
Bug 357583. Followup improvements to ensure that a11y is activated on Linux when it should be. r+sr=bz
|
2007-05-04 11:09:02 -07:00 |
|
gavin@gavinsharp.com
|
8cd8799178
|
Bug 356289: modify the search service's concept of "default engine" so that extension-shipped search plugins can be easily restored using "restore default engines", r=mano, ui-r=mconnor
|
2007-05-04 08:48:08 -07:00 |
|
igor@mir2.org
|
6dca224ba8
|
Bug 379455: tracing API now let the tracer to know about the GC lock count.
|
2007-05-04 08:43:19 -07:00 |
|
aaronleventhal@moonset.net
|
a548ffcf19
|
Bug 376887. If document gets painted before being fully loaded, and gets focused, the accessible tree is often incorrectly truncated. r=surkov
|
2007-05-04 08:15:00 -07:00 |
|
masayuki@d-toybox.com
|
95cb4442e7
|
b=357637 backing out
|
2007-05-04 03:46:08 -07:00 |
|
masayuki@d-toybox.com
|
7816720db9
|
Bug 357637 Loading time (Tp) of pages with Chinese text is unbearable r=vlad
|
2007-05-04 03:02:54 -07:00 |
|
peterv@propagandism.org
|
5415bac556
|
Fix for bug 379593 (Only create one XPCCallContext per cycle collection). r=jst, sr=brendan.
|
2007-05-04 01:55:08 -07:00 |
|
neil@parkwaycc.co.uk
|
30d9f44faf
|
Bug 379571 autocomplete should not try to create empty search sessions r+sr=jag
|
2007-05-04 01:46:23 -07:00 |
|
jwatt@jwatt.org
|
08b3bf4a57
|
Stop assuming that the antialiased edge of a square rect with rx and ry equal to width/2 will be exactly the same as a circle with radius width/2. Hopefully that will fix this reftest's failure on Mac OS X (bug 379606).
|
2007-05-04 01:19:29 -07:00 |
|
jwatt@jwatt.org
|
50aa0beec0
|
Adding reftest for SVG rect with rx _and_ ry attributes.
|
2007-05-04 01:05:05 -07:00 |
|
jwatt@jwatt.org
|
8f64a47ebc
|
Now using the reftest condition construct for tests that fail instead of commenting them out entirely.
|
2007-05-04 00:12:14 -07:00 |
|
asqueella@gmail.com
|
e06b317a17
|
Bug 377976 - Check for null mDetailedGlyphs before referencing its members for missing CompressedGlyphs.p=Karl Tomlinson <mozbugz@karlt.net>r+sr=roc
|
2007-05-04 00:00:09 -07:00 |
|