bzbarsky@mit.edu
|
0c312f39a8
|
Simplify code. Bug 367442 followup, jag's idea, r+sr=dbaron
|
2007-05-04 23:13:48 -07:00 |
bzbarsky@mit.edu
|
d32b8338c4
|
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
|
073d7a78a6
|
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
|
2007-05-04 23:09:50 -07:00 |
bzbarsky@mit.edu
|
38f44dbca5
|
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
|
c4ff8ec59b
|
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
|
9cd2a580d0
|
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
|
27f78a22b3
|
backout patch for bug 375760 due to bustage.
|
2007-05-04 21:47:05 -07:00 |
sayrer@gmail.com
|
fd8573d347
|
backout patch for bug 375760 due to bustage.
|
2007-05-04 21:36:13 -07:00 |
roc+@cs.cmu.edu
|
0bcd4c4f9a
|
Fixing bustage
|
2007-05-04 20:23:53 -07:00 |
roc+@cs.cmu.edu
|
2898af075d
|
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
|
bb057f50e6
|
Bug 378662: Get rid of PresShellViewEventListener. r+sr=roc
|
2007-05-04 16:28:00 -07:00 |
rhelmer@mozilla.com
|
3cf764d8e7
|
license clarification b=368720 r=rhelmer a=anodelman
|
2007-05-04 15:35:49 -07:00 |
rhelmer@mozilla.com
|
385a1595b7
|
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
|
902e1af7f1
|
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
|
aca7ffe9f6
|
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
|
84ccceb26d
|
JavaScript Tests - replace JavaScriptOptions, bug 379701
|
2007-05-04 11:49:29 -07:00 |
brendan@mozilla.org
|
1b94eb7ced
|
Fix some assertions to avoid re-evaluating macro args; tweak comments.
|
2007-05-04 11:34:56 -07:00 |
aaronleventhal@moonset.net
|
a36582f135
|
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
|
1a65fe5fda
|
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
|
257bac3e47
|
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
|
133a30de2e
|
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
|
b8997901e5
|
b=357637 backing out
|
2007-05-04 03:46:08 -07:00 |
masayuki@d-toybox.com
|
3683a5ae5a
|
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
|
01c82df467
|
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
|
22780c2b20
|
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
|
bfbe50fe9c
|
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
|
1df21f4ff1
|
Adding reftest for SVG rect with rx _and_ ry attributes.
|
2007-05-04 01:05:05 -07:00 |
jwatt@jwatt.org
|
ab3fea0d39
|
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
|
ffd0a775f8
|
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 |
asqueella@gmail.com
|
ab93da6d17
|
354470 - add a missing line for the security panep=Florian Queze <f.qu@queze.net>r=mano
|
2007-05-03 23:55:38 -07:00 |
asqueella@gmail.com
|
1d2bc29aa9
|
Bug 379433 - PangoItem and GList memory leaks in gfxPangoFontsp=Karl Tomlinson <mozbugz@karlt.net>r=vlad
|
2007-05-03 23:51:04 -07:00 |
asqueella@gmail.com
|
927887d8e9
|
Bug 379472 - fix typo in _getLoadInSidebarAnnotationp=onemen.one@gmail.comr=mano
|
2007-05-03 23:47:02 -07:00 |
asqueella@gmail.com
|
32a76aff57
|
Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URLp=Ryan Jones <sciguyryan@gmail.com>r=biesi/r+sr=jst
|
2007-05-03 23:42:28 -07:00 |
asqueella@gmail.com
|
32439be46a
|
287469 - fix source comments to match idl.r+sr=biesi
|
2007-05-03 23:00:33 -07:00 |
sayrer@gmail.com
|
39801af7f6
|
Bug 378787. Digest Authentication Request Splitting. r=biesi, sr=brendan
|
2007-05-03 20:31:30 -07:00 |
aaronleventhal@moonset.net
|
1696a9350a
|
Bug 379608. Allow doc accessibles to support accessible text interfaces. r=surkov
|
2007-05-03 19:54:58 -07:00 |
aaronleventhal@moonset.net
|
bd26112ce2
|
Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc
|
2007-05-03 19:19:18 -07:00 |
dbaron@dbaron.org
|
b48962a233
|
Fix bad string comparison preventing 'none' and 'initial' values of 'counter-increment' and 'counter-reset' from being parsed correctly. b=379555 r+sr=dbaron Patch by Daniel Holbert <dholbert@mozilla.com>.
|
2007-05-03 17:05:16 -07:00 |
rob_strong@exchangecode.com
|
2f2d420a70
|
Win32 only - Bug 369221: Fails to install with xpicleanup error message. r=sspitzer, sr=mscott for Thunderbird
|
2007-05-03 16:40:54 -07:00 |
dbaron@dbaron.org
|
ace3611ec9
|
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
|
2007-05-03 16:11:00 -07:00 |
dbaron@dbaron.org
|
ca87aeb5ac
|
Remove extra class names to address Neil's comments. b=378514
|
2007-05-03 16:07:26 -07:00 |
rhelmer@mozilla.com
|
c05388824d
|
pre-emptively landing, b=376663
|
2007-05-03 16:01:07 -07:00 |
sayrer@gmail.com
|
79d44c011e
|
bug 379651. mac exception handler reads utf8 path into utf16 string. r=ted.mielczarek
|
2007-05-03 15:58:50 -07:00 |
graydon@mozilla.com
|
d49ebfb6a6
|
Bug #368869, suspect all native wrappers as cycle roots (again).r=brendan, sr=jst
|
2007-05-03 15:53:00 -07:00 |
aaronleventhal@moonset.net
|
cc1fb91ccf
|
Backing out accidental checkin for bug 357583
|
2007-05-03 13:20:58 -07:00 |
joshmoz@gmail.com
|
bc9bc05097
|
stop using a call that doesn't exist on 10.3, 99% of the time not calling it doesn't matter but I'll have a real fix soon. r=mento
|
2007-05-03 12:47:33 -07:00 |
aaronleventhal@moonset.net
|
6cae6853a8
|
Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc
|
2007-05-03 12:22:24 -07:00 |
sayrer@gmail.com
|
6d2f3f1924
|
temporarily turn on assertion stacks for debugging
|
2007-05-03 11:23:09 -07:00 |
sayrer@gmail.com
|
c27000ae6b
|
Bug 379040. Test a new way of redirecting output. r=rcampbell
|
2007-05-03 09:44:48 -07:00 |
pedemont@us.ibm.com
|
98985584e3
|
Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only
|
2007-05-03 09:28:16 -07:00 |