Commit Graph

74019 Commits

Author SHA1 Message Date
Benoit Jacob
559ce0c9f0 Bug 676413 - test crossOrigin without value - r=bz 2011-08-10 18:25:22 -04:00
Benoit Jacob
7ad2f36370 Bug 676413 - test that crossOrigin="" or invalid value has the behavior of "anonymous" - r=bz 2011-08-10 18:25:22 -04:00
Boris Zbarsky
ee08b0a2a4 Bug 676413 - crossOrigin attribute invalid-value-default should be Anonymous - r=sicking
As specified in http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#cors-settings-attribute

"The empty string is also a valid keyword, and maps to the Anonymous state. The attribute's invalid value default is the Anonymous state. The missing value default, used when the attribute is omitted, is the No CORS state."
2011-08-10 18:25:22 -04:00
Olli Pettay
badccfcde0 Bug 677658, disable scriptloader when parsing in innerHTML/InsertAdjacentHTML, r=sicking 2011-08-10 23:53:14 +03:00
Olli Pettay
378005e1f1 Bug 677847 - Crash [@ nsContentUtils::IsEventAttributeName ], r=jst 2011-08-10 23:24:48 +03:00
Rafael Ávila de Espíndola
3e1d86aa57 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
e7a2202774 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
9ca4b64c4b 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
5d0f7c6076 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
2c93649c0e 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
8453430402 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
7b4d8f506f 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
William Lachance
7b065ee911 Bug 677964 - log test durations for xpcshell tests, r=ctalbert, a=testonly, DONTBUILD 2011-08-10 11:34:14 -07:00
Kyle Huey
77bcd4d8bb Merge b-s to m-c. 2011-08-10 11:12:30 -04:00
Ehsan Akhgari
47ec82e8f4 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-10 09:56:20 -04:00
Kai Engert
0419dd4465 Bug 673382, Upgrade Mozilla to NSS 3.12.11 and NSPR 4.8.9, final releases. Only version number changes, no code changes. r=wtc 2011-08-10 14:09:17 +02:00
Kyle Huey
e176115b41 Bug 458936: Work around some bizarre pymake bug. 2011-08-10 08:02:40 -04:00
Kyle Huey
2e9e2cd36b Finish yet another half done rename. 2011-08-10 08:02:01 -04:00
Kyle Huey
0c0e77535b And fix a typo. 2011-08-10 06:19:47 -04:00
Kyle Huey
be4f920c89 Bug 458936: Followup to complete renaming. 2011-08-10 06:09:06 -04:00
Justin Wood
19f2a19c63 merge backout 2011-08-10 05:18:44 -04:00
Justin Wood
19e1a18275 Backout Bug 648134 due to bustage. (rather than back out the whole push) 2011-08-10 05:18:24 -04:00
Trevor Saunders
0eccbadca7 Backed out changeset a00864f6c1a7 2011-08-09 19:53:05 -07:00
Marco Tulio Costa
355bfe447c Bug 611328 - Replace Utils.trace() calls with Utils.assert() [r=ttaubert] 2011-08-09 23:34:46 -03:00
Tim Taubert
1da10d3ace merge the last green changeset on m-c to fx-team 2011-08-12 10:53:50 +02:00
Rob Campbell
78351f403a merge m-c to fx-team 2011-08-11 12:16:30 -03:00
Pavel Cvrcek
77c53c95b8 Bug 661289 - Scratchpad Save File prompts to overwrite existing files twice.; r=rcampbell 2011-08-11 11:12:24 -03:00
Rob Campbell
d0b75a1034 merge m-c to fx-team 2011-08-11 11:10:32 -03:00
Blair McBride
f415a83efe 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
6ba4d107a2 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
Trevor Saunders
d98b0ac001 bug 641838 - decomtaminate accessible relations r=surkov sr=neil
--HG--
rename : accessible/src/msaa/nsAccessibleRelationWrap.cpp => accessible/src/msaa/ia2AccessibleRelation.cpp
rename : accessible/src/msaa/nsAccessibleRelationWrap.h => accessible/src/msaa/ia2AccessibleRelation.h
rename : accessible/src/base/nsAccessibleRelation.cpp => accessible/src/xpcom/nsAccessibleRelation.cpp
rename : accessible/src/base/nsAccessibleRelation.h => accessible/src/xpcom/nsAccessibleRelation.h
2011-08-09 18:44:00 -07:00
Mark Finkle
67f16a97e5 Bug 677630 - Extend 'Add to Home Screen' to Bookmark Popup [r=mbrubeck] 2011-08-09 21:32:22 -04:00
Kyle Huey
9536725f1f Bug 458936: Replace xpidlc's typelib generation with a python equivalent. r=ted 2011-08-09 20:48:41 -04:00
Tim Taubert
d1e90fad96 merge the last green changeset on fx-team to m-c 2011-08-10 01:30:21 +02:00
Ian Neal
081ca4e9b3 Test for Bug 291780 - List outdent is not working properly r=ehsan 2011-08-10 00:14:58 +01:00
Ian Neal
49689844b3 Test for Bug 290026 - Outdent of List does not work properly r=ehsan 2011-08-10 00:14:53 +01:00
Ehsan Akhgari
9951a63feb Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 14:44:12 -04:00
Tim Taubert
5558143903 Bug 673825 - Release space at group bottoms that was reserved for the new tab button; r=dietrich 2011-08-09 19:13:54 +02:00
Tim Taubert
1847cad22d Bug 664379 - make callbacks for head.js functions optional where appropriate; r=dao 2011-08-09 19:13:54 +02:00
Tim Taubert
a0295a6f1f Bug 677423 - Add togglePrivateBrowsing() to head.js; r=dao 2011-08-09 19:13:53 +02:00
Richard Newman
7becc04d84 Merge mozilla-central to services-central prior to merge back. 2011-08-09 09:17:42 -07:00
Tim Taubert
15bd01f850 merge the last green changeset on m-c to fx-team 2011-08-09 18:00:52 +02:00
Blair McBride
62fd19cec2 Merge backout 2011-08-09 18:46:18 +12:00
Blair McBride
a82fb9c32e Backout bug 669345 and bug 669390 for leaking 2011-08-09 18:45:26 +12:00
Robert Strong
ca134e8662 Bug 654131 - Firefox 4 update/installer failed to scrub old java extensions. r=jmathies 2011-08-08 20:59:07 -07:00
Richard Newman
5e08f95fca Merge mozilla-central to services-central. 2011-08-08 08:16:57 -07:00
Tim Taubert
bdb49fcdc3 merge the last green changeset on fx-team to m-c 2011-08-07 20:23:58 +02:00
Dave Townsend
d72c23632f Bug 677005: Backout bad bocklist landing 2011-08-07 10:02:25 -07:00
Neil Rashbrook
4a4e8db2f1 Bug 675191 Don't write a cached dynamic overlay back to cache again r=Enn 2011-08-07 14:04:47 +01:00
Frédéric Wang
85e373a27c Bug 601436 - mtable 'align' attribute: negative rownumbers are wrongly interpreted. r=roc 2011-08-07 01:29:00 -04:00