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

252558 Коммитов

Автор SHA1 Сообщение Дата
Jason Orendorff 816c6734a0 Address review comments from bhackett (bug 672829 comment 82). 2011-08-12 07:44:14 -05:00
Jason Orendorff b2bda62604 Remove a test that is redundant with Object-seal-01.js. 2011-08-12 07:42:38 -05:00
Makoto Kato 4674bc4b22 Bug 678438 - DLL bloclk list for Win64 is turned off by bug 552864. r=glandium 2011-08-12 15:07:36 +09:00
Philipp von Weitershausen c5cfc95575 Bug 678259 - Implement mozIVisitInfoCallback::handleResult to avoid exception. r=rnewman 2011-08-11 22:52:48 -07:00
Boris Zbarsky e4fa979c53 Bug 670467. Correctly reresolve style on non-first continuations and non-first parts of {ib} splits even when we're restyling both an ancestor of the element and the element itself. r=dbaron 2011-08-11 23:52:21 -04:00
Dave Townsend 5d41678b4a Bug 677424: If a tab is closed between quit-application-requested and quit-application-granted then it is still restored when the application restarts. r=zpao 2011-08-11 19:35:48 -07:00
Nicholas Nethercote 4947a42a40 Bug 678422 - Avoid wasting half of nsPresArena's allocated memory due to clownshoes. r=roc. 2011-08-11 18:53:29 -07:00
Jason Orendorff 2430a7ddf1 Bug 678201 - Use CallArgs in Debugger.cpp. Part 6, add CallArgs to Object methods. r=luke. 2011-08-11 16:58:14 -05:00
Jason Orendorff b1bc3dd5cb Bug 678201 - Use CallArgs in Debugger.cpp. Part 5, add CallArgs to Frame methods. r=luke. 2011-08-11 16:56:53 -05:00
Jason Orendorff e897abc518 Bug 678201 - Use CallArgs in Debugger.cpp. Part 4, add CallArgs to Script methods. r=luke. 2011-08-11 16:52:44 -05:00
Jason Orendorff a67c73c0fd Bug 678201 - Use CallArgs in Debugger.cpp. Part 3, add CallArgs to Debugger methods. r=luke. 2011-08-11 16:51:20 -05:00
Jason Orendorff 788276adb1 Bug 678201 - Use CallArgs in Debugger.cpp. Part 2, move THIS_DEBUGGER just before its first use. r=luke. 2011-08-11 16:49:17 -05:00
Jason Orendorff bd8edd8a73 Bug 678201 - Use CallArgs in Debugger.cpp. Part 1, specialize THISOBJ macro to THIS_DEBUGGER. r=luke. 2011-08-11 16:48:40 -05:00
Mihai Sucan 32d82488c4 Bug 636727 - Add a source editor to Scratchpad; f=rcampbell r=ddahl,gavin.sharp 2011-08-12 00:35:10 +03:00
Mihai Sucan a23227da87 Bug 660784 - Add the Orion source code editor to the browser; r=ehsan,rcampbell,gavin.sharp 2011-08-12 12:58:40 +03:00
Jason Orendorff e380b03fed Address review comments from billm in bug 672829 comment 76. 2011-08-11 16:07:35 -05:00
Jason Orendorff 0b35a3ea77 Fix Frame.arguments bug noticed by luke in bug 672829 comment 69. 2011-08-11 15:50:04 -05:00
Trevor Saunders 832db26255 bug 678189 - add IsDefunct() check to accNavigate r=surkov, davidb 2011-08-11 13:05:35 -07:00
Rafael Ávila de Espíndola 2efc714cd4 Bug 678054 - Fix build with clang and c++0x. The first element in a NSPoint is a CGFloat, so in c++0x we need an explicit cast when using aX in an initializer list; r=josh 2011-08-11 19:35:09 -04:00
Rafael Ávila de Espíndola 29fe1133c5 Bug 677641 - Fix c++0x initializer list error found by clang; r=ted
The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode.
See http://llvm.org/viewvc/llvm-project/?view=rev&revision=136181 for more
information.
2011-08-11 19:31:11 -04:00
Matt Brubeck e1af1c9bfe Bug 678223 - Use -moz-crisp-edges for favicon scaling [r=mfinkle]
--HG--
extra : rebase_source : cca950b2b8049aef1c086b6ae5009a6292af5908
2011-08-11 16:23:30 -07:00
Matt Brubeck 7819c4f0a2 Bug 678261 - Back out f4acfd3b1ce8 (bug 610834) because of tp4m regression
--HG--
extra : rebase_source : 27b5bcf4376b7465e211eff3d11e1c18e991f136
2011-08-11 16:20:40 -07:00
Jason Orendorff ede06b0702 Address review comments from dmandelin (bug 672829 comment 68). 2011-08-11 09:40:25 -05:00
Jason Orendorff 7e403322d1 Fix error messages to address review comments from sfink (bug 672829 comment 66). 2011-08-11 02:00:23 -05:00
Jason Orendorff 0784b3d12b Add passing test Object-isSealed-01.js. no_r=me. 2011-08-11 01:33:19 -05:00
Jason Orendorff fb49ae587c Address review comments from billm (bug 672829 comment 65). 2011-08-11 00:58:28 -05:00
Rafael Ávila de Espíndola 25b1ea6cda Bug 678016 - Fix c++0x initializer list error found by clang; r=josh
Add explict casts to short.
    ::Point is a OS provided data type, so we cannot change it. I could try adding
    a nsShortPoint type and have WidgetToScreenOffset to return it, but that
    is a virtual method used in other OSs, so doing the cast looked like the
    best solution.
2011-08-10 15:45:44 -04:00
Rafael Ávila de Espíndola d4148d789d Bug 678024 - Fix build with c++0x and clang. geteuid returns an unsigned value, and in c++0x we need an explicit cast to int in an initializer list; r=roc 2011-08-11 19:22:44 -04:00
Rafael Ávila de Espíndola 278aa50e0d Bug 678222 - Fix build with clang and c++0x; r=roc
Change AppUnitsPerDevPixel to return a PRUint32. It should never return
negative values and it is used in initializer lists that expect unsigned
values, which is not valid c++0x.
I have also change the member variables to be unsigned and converted
a sentinel value to use 0 instead of -1. UINT32_MAX should work fine too
if you like it better.
2011-08-11 19:19:03 -04:00
Robert O'Callahan 79a9fa270a Bug 657401. Ensure that when our double-buffering logic expects layers to clip to their visible regions, we actually do. r=tnikkel
--HG--
extra : rebase_source : 16ea17d5a6a0177a26a3d38ae587290e194234b1
2011-08-12 10:44:50 +12:00
Robert O'Callahan 01293879f0 Bug 386444. Pass the correct current scroll position as the default value to GetCoordAttribute. r=dbaron
--HG--
extra : rebase_source : f0f11de318a050a1121669daaa5056089a5258b7
2011-08-12 10:44:29 +12:00
Robert O'Callahan 3e3f6096a0 Bug 677095. Compute reasonable destination alpha values with component-alpha blending in D3D10. r=bas
--HG--
extra : rebase_source : b0264c52df9a37334d9524e1fdd1f15e4e4df866
2011-08-12 10:40:39 +12:00
Rafael Ávila de Espíndola 4677e74e4d Bug 678216 - Fix build with clang and c++0x; r=cjones
Use tighter types for some fields. These fields are used in
  CFGregorianDate gregorian = {
    exploded.year,
    exploded.month,
    exploded.day_of_month,
    exploded.hour,
    exploded.minute,
    seconds
  };

and in CFGregorianDate the month, day, hour and minute fields are 8 bits.
2011-08-11 18:44:04 -04:00
Jason Orendorff 625cb87b40 Trivial cleanups: do not export vm/Debugger.h; rename Debugger::mark to markAllIteratively, delete a stray space. No bug number, rs=jimb. 2011-08-10 12:57:30 -05:00
Marco Tulio Costa 810ba0bf65 Bug 611328 - Replace Utils.trace() calls with Utils.assert() [r=ttaubert] 2011-08-09 23:34:46 -03:00
Tim Taubert aacbcf5f6e merge the last green changeset on m-c to fx-team 2011-08-12 10:53:50 +02:00
Rob Campbell 03c06225aa merge m-c to fx-team 2011-08-11 12:16:30 -03:00
Pavel Cvrcek 722c8c52fb Bug 661289 - Scratchpad Save File prompts to overwrite existing files twice.; r=rcampbell 2011-08-11 11:12:24 -03:00
Rob Campbell b485721c95 merge m-c to fx-team 2011-08-11 11:10:32 -03:00
Blair McBride 776cd45375 Bug 658530 - Part 2: Update about:permissions style to use common inContentUI page styles. r=dao 2011-08-11 12:42:38 +12:00
Blair McBride 82e83f1771 Bug 658530 - Part 1: Move button-related shared styles into inContentUI. r=dao
HG: Enter/resume commit message.  Lines beginning with 'HG:' are removed.
HG: You can save this message, and edit it again later before committing.
HG: After exiting the editor, you will return to the crecord patch view.
HG: --
HG: user: Blair McBride <bmcbride@mozilla.com>
2011-08-11 12:41:46 +12:00
Jason Orendorff d86b9e786e Bug 677371 - [jsdbg2] Assertion failure: throwing, at jscntxt.h:1274. r=jimb 2011-08-09 18:01:38 -05:00
Jason Orendorff 7f4f0ebb75 Bug 677587 - [jsdbg2] Assertion failure: debuggees.has(global), at vm/Debugger.cpp:1564. r=jimb. 2011-08-09 16:23:20 -05:00
Jason Orendorff 6e911b1cff Bug 677589 - [jsdbg2] Crash [@ JSObject::getClass] when cloning null. r=jimb. 2011-08-09 15:47:28 -05:00
Jason Orendorff a29486bb4b Bug 677593 - [jsdbg2] Assertion failure: (ptrBits & 0x7) == 0, at ../jsval.h:705. r=jimb. 2011-08-09 15:46:41 -05:00
Jason Orendorff 17433542e7 Merge from mozilla-central to jsdbg2. 2011-08-09 10:21:12 -05:00
Ehsan Akhgari 356a62adb7 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 08:09:13 -04:00
Masayuki Nakano a2876f53d6 Bug 676361 Plugin hangs when content's script accesses plugin at mouse wheel event which wasn't consumed by the plugin r=jimm 2011-08-09 10:12:03 +09:00
Mark Finkle dd0b9dbec6 Bug 677356 - Cleanup some strings [r=mbrubeck] 2011-08-08 17:21:29 -04:00
Benjamin Stover ea50f72d9c Bug 671454 Implement telemtry ui on mobile r=mfinkle 2011-08-08 14:05:25 -07:00