jonas@sicking.cc
|
5d6d0f52ff
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 14:56:06 -07:00 |
|
joshmoz@gmail.com
|
d0256b559d
|
use a smaller button font size by default on Mac OS X. b=262191 r/sr=roc
|
2007-06-12 14:51:10 -07:00 |
|
joshmoz@gmail.com
|
f8e318bf95
|
use the correct cg context for drawing buttons all the time, so long as we have a minimum sdk of 10.4. b=382883 r=smorgan sr=roc
|
2007-06-12 14:48:14 -07:00 |
|
joshmoz@gmail.com
|
01e5e9a1d2
|
compile fix for Mac OS X 10.5 beta. b=384162 r=mento sr=roc
|
2007-06-12 14:47:00 -07:00 |
|
jst@mozilla.org
|
23003dea8f
|
Fixing bug 383424. Make the context pusher use the owner document. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2007-06-12 14:16:58 -07:00 |
|
roc+@cs.cmu.edu
|
2f18074ec6
|
Landing textframe updates: Use word-based textrun cache; rewritten PeekOffsetWord; adjust textframe content-offsets and content-lengths when CharacterDataChanged fires; search backwards for textrun scanning/creation start point, instead of all the way back to the start of the block; ensure that we pass the correct start iterator to PropertyProvider in TrimTrailingWhiteSpace.
|
2007-06-12 14:01:12 -07:00 |
|
bclary@bclary.com
|
dfc2f3ef6c
|
JavaScript Test - regression test for bug 383674, by Jesse Ruderman
|
2007-06-12 13:58:09 -07:00 |
|
roc+@cs.cmu.edu
|
ef3b336b06
|
Bug 384100. Implement word-based textrun cache. r=vlad
|
2007-06-12 13:56:04 -07:00 |
|
mark.finkle@gmail.com
|
832a1ec3e9
|
removing premature XUL tests
|
2007-06-12 13:31:02 -07:00 |
|
joshmoz@gmail.com
|
22f13a4a0e
|
clean up child view event handling code. better comments, better method names, better event conversion organization. b=383560 r=cbarrett sr=pinkerton
|
2007-06-12 13:28:26 -07:00 |
|
joshmoz@gmail.com
|
ebf8375adf
|
clean up, consolidate some code. b=383560 r=smorgan sr=pinkerton
|
2007-06-12 13:26:24 -07:00 |
|
benjamin@smedbergs.us
|
d227620435
|
Bug 384179 - crash on startup with upgrade builds - remove old files that are no longer relevant with libxul, r=luser
|
2007-06-12 12:46:27 -07:00 |
|
crowder@fiverocks.com
|
55c1df9820
|
Bug 375801: Using (void 0) instead of "undefined" in toSource and uneval(), r=mrbkap
|
2007-06-12 12:33:40 -07:00 |
|
crowder@fiverocks.com
|
40c1aa5660
|
Bug 383721: escape tabs on platforms with unusual isprint() routines, r=mrbkap
|
2007-06-12 12:30:57 -07:00 |
|
mark.finkle@gmail.com
|
2793512922
|
updated test window titles
|
2007-06-12 12:02:14 -07:00 |
|
mark.finkle@gmail.com
|
06c06db559
|
converted tests to xul chrome tests
|
2007-06-12 11:59:45 -07:00 |
|
pavlov@pavlov.net
|
d716f72508
|
use the right length when iterating over the string. bug 384094. r=vlad
|
2007-06-12 11:54:41 -07:00 |
|
pavlov@pavlov.net
|
cdc3a5f15e
|
Force us to select the same font if we're around joiners. bug 384096. r=vlad
|
2007-06-12 11:52:32 -07:00 |
|
ted.mielczarek@gmail.com
|
0e122a0597
|
bug 384153 - symbol upload not removing zip file on remote host. r=bsmedberg
|
2007-06-12 11:49:55 -07:00 |
|
ted.mielczarek@gmail.com
|
2e7dfda053
|
bug 384054 - wrong string used in crashreporter client ViewURL support. r=bsmedberg
|
2007-06-12 11:47:34 -07:00 |
|
sdwilsh@shawnwilsher.com
|
ea757b77b8
|
Bug 383807 - Explain why we are not checking the result of new in nsExternalProtocolHander.cpp. Patch by Ryan Jones <sciguyryan@gmail.com>. r=cbiesinger, sr=dmose
|
2007-06-12 11:31:54 -07:00 |
|
dbaron@dbaron.org
|
20e16215cd
|
Enable native theme drawing for listbox selects. b=329846 Patch by Vassil Stefanov <v.stefanov@jacobs-university.de>. r+sr=roc
|
2007-06-12 11:29:51 -07:00 |
|
dbaron@dbaron.org
|
00f940f9de
|
Rewrite handling of CSS system fonts to fix bugs in cascading and serialization. b=377947 r+sr=bzbarsky
|
2007-06-12 11:28:56 -07:00 |
|
dbaron@dbaron.org
|
9e2fef4c30
|
Implement correct intrinsic width calculation (for container) for elements with specified height properties and an intrinsic ratio. b=364066 r+sr=bzbarsky
|
2007-06-12 11:27:09 -07:00 |
|
dbaron@dbaron.org
|
09faa5525d
|
Add checkLoadURI calls to reftest harness. b=371075 r=bzbarsky
|
2007-06-12 11:25:15 -07:00 |
|
dbaron@dbaron.org
|
2e92026116
|
Correct earlier bustage fix so it actually works. b=381133
|
2007-06-12 11:24:32 -07:00 |
|
sdwilsh@shawnwilsher.com
|
e3566c42dd
|
Bug 383890 - crash creating new dom attribute with prefix [@inDOMView::GetChildNodesFor]. Patch by Mook <mook.moz+mozbz@gmail.com>. r=sdwilsh, sr=neil
|
2007-06-12 10:19:55 -07:00 |
|
sdwilsh@shawnwilsher.com
|
81ec781a00
|
Bug 380682 - nsIIdleService should allow observers to specify time in seconds instead of minutes. r=roc, sr=neil
|
2007-06-12 10:13:24 -07:00 |
|
sdwilsh@shawnwilsher.com
|
fcda42decb
|
Bug 383619 - Get xpcshell tests for mozStorage (windows orange fix). r=rcampbell
|
2007-06-12 09:28:27 -07:00 |
|
sspitzer@mozilla.org
|
70f581190a
|
fix for bug #384091: possible to stop background checking livemarks for updates (until you restart the browser)fix for bug #357236: nsLivemarkService.js should respect browser.bookmarks.livemark_refresh_secondspatch=Christine Yen <cyen@mozilla.com>r=sspitzer
|
2007-06-12 08:56:36 -07:00 |
|
bclary@bclary.com
|
bb2fd4157c
|
Land sisyphus, bug 383286, r=rcampbell
|
2007-06-12 08:46:42 -07:00 |
|
sspitzer@mozilla.org
|
8e07a8d6d4
|
fix for bug #381416: Sort order is not remembered by Bookmarks Manager when the View menu is usedpatch=Christine Yen <cyen@mozilla.com>r=sspitzer
|
2007-06-12 08:40:07 -07:00 |
|
sspitzer@mozilla.org
|
e17228fb9c
|
fix for bug #383678: moving a folder to its grandchild folder (or deeper) results in datalossr=dietrich
|
2007-06-12 08:36:16 -07:00 |
|
sspitzer@mozilla.org
|
6f0266d111
|
fix for bug #382896: tooltip for folders shows internal location.r=mano
|
2007-06-12 08:34:02 -07:00 |
|
sspitzer@mozilla.org
|
40ceec3b70
|
fix for bug #383762: "Sort by Name" doesn't work properly with non-ascii characters.patch=Pavel Cvrcek <bugs@jasnapaka.com>r=sspitzer
|
2007-06-12 08:24:44 -07:00 |
|
benjamin@smedbergs.us
|
b738a6ff14
|
Bug 345517 - Enable libxul by default (again)... this will probably cause perf problems for the argo-vm builds... that is acceptable, because we're moving to the fx-linux-tbox builds, where libxul is known to improve performance
|
2007-06-12 06:22:22 -07:00 |
|
mark.finkle@gmail.com
|
438d00eaa6
|
b=378618. r=gavin. changed code in factory to help clean up leaks.
|
2007-06-12 05:52:02 -07:00 |
|
Olli.Pettay@helsinki.fi
|
1daadb05f5
|
Bug 381120, ensure view in reflowcallback, r+sr=roc
|
2007-06-12 03:26:13 -07:00 |
|
pavlov@pavlov.net
|
1e671a38e9
|
initing uninited variables. r=me
|
2007-06-12 01:39:18 -07:00 |
|
brendan@mozilla.org
|
3036f29b1f
|
Fix CheckSideEffects over-aggressiveness (383674, r=mrbkap).
|
2007-06-12 01:26:26 -07:00 |
|
igor@mir2.org
|
b60c014c39
|
Bug 384104: Fixing ALE macros to quell GCC strict-aliasing warnings. r=brendan
|
2007-06-12 00:27:23 -07:00 |
|
rbs@maths.uq.edu.au
|
a1255bceaf
|
Add emacs modeline comments, patch by Vlad Sukhoy <vladimir.sukhoy@gmail.com>, r+sr=rbs, b=382884
|
2007-06-11 23:10:23 -07:00 |
|
leon.sha@sun.com
|
8460024ccd
|
Bug 342946. The font of the menu will not change with ths gnome application font.Patch by leon.sha@sun.com.roc: review+roc: superreview+
|
2007-06-11 22:29:20 -07:00 |
|
mozilla.mano@sent.com
|
0379949225
|
Bug 381878 - click on a folder in the bookmarks toolbar and then hover over the overflow arrow it doesn't expand. r=ssptizer.
|
2007-06-11 22:28:20 -07:00 |
|
mozilla.mano@sent.com
|
25393cf047
|
Bug 382888 - BM menu not working when DM is focused. r=gavin.
|
2007-06-11 22:24:58 -07:00 |
|
mozilla.mano@sent.com
|
45f52083ae
|
Bug 383803 - Places Tagging Back-end. r=dietrich.
|
2007-06-11 22:18:50 -07:00 |
|
sdwilsh@shawnwilsher.com
|
c49cf4592b
|
Disabling tests from Bug Bug 383619 because windows doesn't like them :(
|
2007-06-11 21:33:25 -07:00 |
|
sdwilsh@shawnwilsher.com
|
3481719cb9
|
Bug 383619 - Get xpcshell tests for mozStorage. r=vladimir
|
2007-06-11 20:59:26 -07:00 |
|
jonas@sicking.cc
|
82a7fdf84a
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
|
nrthomas@gmail.com
|
cc017986f8
|
Bug 384024, remove buildTree configuration, r=rhelmer
|
2007-06-11 13:47:19 -07:00 |
|