Граф коммитов

208529 Коммитов

Автор SHA1 Сообщение Дата
surkov.alexander@gmail.com 689ea4bf88 Bug 386978 - bustage fix on mac, os/2, patch=mats, peter weilbacher, me, r=ginn.chen 2007-07-11 01:24:56 -07:00
surkov.alexander@gmail.com 43e7713921 Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 00:58:50 -07:00
surkov.alexander@gmail.com 8b08747de8 Bug 347791 - expose accessible role and state as strings in Inspector, patch=vasiliy.potapenko, r=me,sdwilsh, sr=neil 2007-07-11 00:51:07 -07:00
ginn.chen@sun.com d0473c4ea5 Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
r=vladimir
2007-07-10 23:40:38 -07:00
rhelmer@mozilla.com 21ad8be73e handle cc list better in emergency fail email b=372762 r=preed 2007-07-10 23:12:16 -07:00
rob_strong@exchangecode.com d040bdde43 Bug 384384. r=bsmedberg, r=mscott for Thunderbird 2007-07-10 22:59:56 -07:00
rob_strong@exchangecode.com fc9621b088 Bug 387622 - Target Application minVersion and maxVersion are reversed. verbal r=mconnor 2007-07-10 22:50:08 -07:00
philringnalda@gmail.com 38df847326 Bug 387516 - Searchbar bindings depend on global pollution from printUtils.js, r=gavin 2007-07-10 21:49:32 -07:00
mark@moxienet.com 268de80152 386653 Remove dependency on nsBuildID.h, whose recent death is causing build failures. Introduce CmXULAppInfo, an nsIXULAppInfo implementation, and build system support to maintain the build ID ourselves. r=smorgan, also examined by ardisonne, sr=me for camino, checking in now to clear the build failures 2007-07-10 20:48:04 -07:00
bzbarsky@mit.edu 8ba302b8cc Don't start layout for XML just because the root has been opened. And don't
start layout until <html:head> closes if <html:head> gets opened.  For XHTML
documents, this should prevent flashes of unstyled content.

Also, don't flush tags unless forced to if a sheet is pending.

Bug 380028, r+sr=sicking
2007-07-10 20:42:11 -07:00
rflint@ryanflint.com 9de5645a01 Bug 387633 - Remove old and unused images from winstripe. r=gavin 2007-07-10 20:33:53 -07:00
dwitte@stanford.edu 03fc13d2b5 add unit tests for previous checkin. 2007-07-10 20:28:01 -07:00
dwitte@stanford.edu 48062dcdf3 web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor. 2007-07-10 20:21:07 -07:00
bzbarsky@mit.edu 0b24728863 Clean up the XDR properly even if JS_XDRScript fails. In particular, don't
double-free things.  Bug 387572, r+sr=brendan
2007-07-10 20:10:43 -07:00
bzbarsky@mit.edu 0e4239e994 Try to fix orange: sGlobalObserver can get set during event processing, not
just unset.  Bug 326777
2007-07-10 20:01:56 -07:00
bzbarsky@mit.edu 215f6e1c9b Notify before firing mutation events. Bug 387460, r+sr=sicking 2007-07-10 18:14:55 -07:00
bzbarsky@mit.edu cd4ac92fc1 Relanding bug 326777, r=bsmedberg, sr=jst 2007-07-10 17:57:17 -07:00
jwalden@mit.edu 9c915b9c81 Add assertions that line iterators being compared are iterators over the same line list. rs=dbaron 2007-07-10 17:55:15 -07:00
mrbkap@gmail.com 178f02522a Create exceptions with the right parent. bug 387390, r=jst sr=brendan 2007-07-10 17:37:03 -07:00
mrbkap@gmail.com e92edcff6f Ensure that we have a valid scope chain at all times so C++ callers can create objects in the right scope. bug 387591, r=brendan 2007-07-10 17:29:25 -07:00
mrbkap@gmail.com 1538eef7f6 Avoid asserting for user-controlled thing (through __proto__ setting). bug 387182, r+sr=jst 2007-07-10 17:27:57 -07:00
myk@mozilla.org fe0c76df86 bug 387489: use Python's platform module to auto-detect the OS on which talos is running; npotb
r=rhelmer
sr=anodelman
2007-07-10 17:12:30 -07:00
dbaron@dbaron.org cec2d446c0 Reverse the list of which HTML attributes have case-sensitive values for the CSS attribute selector (i.e., list the ones whose values are case-insensitive instead, so new attributes are case sensitive by default). b=357614 Patch by Niels Leenheer (rakaz) <niels.leenheer@gmail.com>. r+sr=dbaron 2007-07-10 16:23:05 -07:00
jwalden@mit.edu 8c1fa99407 Bug 387503 - Convert nsINode bits to an anonymous enum, and make a macro into an inline function for better debugging. rs=sicking 2007-07-10 15:49:42 -07:00
zach@zachlipton.com 5af3f8f0b0 Bug 387045 - Clean up the base_profile in talos. Remove everything from
the base profile except for localstore.rdf (which we need to set browser
window height/width) and let hte browser regenerate the profile on first
launch. "p"=alice, r=robcee
2007-07-10 13:50:55 -07:00
sdwilsh@shawnwilsher.com 997b6310e9 Backout of Bug 384526 (causes orange) 2007-07-10 10:23:36 -07:00
enndeakin@sympatico.ca 09c4a283c4 Bug 387236, submenus not closing up entire hierarchy, r+sr=bz 2007-07-10 10:03:32 -07:00
sdwilsh@shawnwilsher.com ac4890c33d Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-10 09:58:17 -07:00
sayrer@gmail.com 46179e655a Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor 2007-07-10 09:38:00 -07:00
sspitzer@mozilla.org 0b871bb5b8 fix for bug #385990: bail out early of command updating for history queries
r=dietrich
2007-07-10 09:20:54 -07:00
peterv@propagandism.org 74036253cd Fix for bug 386838 (Cannot select text twice in readonly textboxes). r/sr=jst. 2007-07-10 08:38:30 -07:00
kairo@kairo.at 617a0fe315 bug 387279 - move searchplugins to locale, r=Pike sr=Neil 2007-07-10 08:02:59 -07:00
kairo@kairo.at be8249a49d bug 387279 - move searchplugins to locale, r=Pike sr=Neil 2007-07-10 07:57:13 -07:00
kairo@kairo.at 466da538a3 bug 386903 - remove xpinstall/packager from cvs, files that I missed the first time, r=bsmedberg 2007-07-10 07:11:16 -07:00
axel@pike.org 7818219021 bug 387437, add --app to specify application, r=KaiRo 2007-07-10 06:55:01 -07:00
mats.palmgren@bredband.net 00db5830ff Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst 2007-07-10 06:53:01 -07:00
peterv@propagandism.org 236ce0274e Backing out to fix orange. 2007-07-10 03:54:09 -07:00
mozilla.mano@sent.com f79b485750 Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan. 2007-07-10 01:05:54 -07:00
mozilla.mano@sent.com 3ef4785e16 Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich. 2007-07-10 00:57:31 -07:00
brendan@mozilla.org e7f72dd5be to{Source,{,Locale}String} are not generic (387501, r=mrbkap). 2007-07-09 22:07:20 -07:00
bzbarsky@mit.edu f1c1789242 Eliminate more callers of CheckSameOriginPrincipal in favor of
Equals/Subsumes.  Bug 387212, r=mrbkap, sr=jst
2007-07-09 21:22:55 -07:00
bzbarsky@mit.edu 2e4173547c Use a Subsumes() check, not a same-origin one. r+sr=jst 2007-07-09 21:14:00 -07:00
bzbarsky@mit.edu 0a15b1b255 Eliminate some uses of CheckSameOriginPrincipal in favor of Subsumes/Equals.
Bug 387204, r+sr=jst
2007-07-09 21:11:11 -07:00
bzbarsky@mit.edu 9ba96af58f Backing out to fix red 2007-07-09 21:07:45 -07:00
bzbarsky@mit.edu e62f1b6c92 Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events.  Bug 326777, r=bsmedberg, sr=jst
2007-07-09 20:48:06 -07:00
jst@mozilla.org 3937cbdcdb Fixing tinderbox orange. r=mrbkap@gmail.com 2007-07-09 17:24:26 -07:00
mrbkap@gmail.com e93dd7b83a Attempt to fix leaks. 2007-07-09 17:24:16 -07:00
myk@mozilla.org 5fd53a62a5 bug 387495: import config in ffprocess_linux.py so Python doesn't complain when we try to reference config properties; npotb
r=rhelmer
2007-07-09 16:45:07 -07:00
mrbkap@gmail.com b306f8560c Back out this change to hopefully fix the rest of the regressions test failures (from bug 386695). 2007-07-09 16:34:58 -07:00
mrbkap@gmail.com 9e3c67b504 Backing out this change to see if it fixes the test failures. 2007-07-09 16:05:44 -07:00