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

276686 Коммитов

Автор SHA1 Сообщение Дата
Gian-Carlo Pascutto ac955a153f Bug 769527 - Import extra Places bookmark attributes to LocalDB. r=rnewman 2012-07-16 19:57:35 +02:00
Alex Crichton 895d81f791 Bug 774343 - Move the JS shell SPS assertion so the browser can use it. r=luke 2012-07-16 10:55:25 -07:00
Ed Morley ecfc5008a6 Backout 29104ecddc3a (bug 769464) for crashtest assertions 2012-07-16 18:49:14 +01:00
Ed Morley d9840e90d4 Merge mozilla-central to mozilla-inbound 2012-07-16 18:32:39 +01:00
Gabor Krizsanits 706531453b Bug 771081 - part3: Rename WaiveXrayWrapperWrapper. r=gal 2012-07-16 19:28:17 +02:00
Lukas Blakk b867584b39 Added tag FIREFOX_AURORA_16_BASE for changeset 6fdf9985acfe 2012-07-16 10:17:04 -07:00
Lukas Blakk 19ce20178f Added tag FIREFOX_AURORA_16_BASE for changeset 9697eadafa13 2012-07-16 10:09:16 -07:00
Lukas Blakk 8c55cde959 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
Kartikaya Gupta daedb73cec Bug 756433 - Treat labels without an associated form element as unclickable. r=wesj 2012-07-16 12:11:19 -04:00
Gabor Krizsanits b8522c1608 Bug 771081 - part2: Rename CrossOriginWrapper files. r=gal
--HG--
rename : js/xpconnect/wrappers/CrossOriginWrapper.cpp => js/xpconnect/wrappers/WaiveXrayWrapper.cpp
rename : js/xpconnect/wrappers/CrossOriginWrapper.h => js/xpconnect/wrappers/WaiveXrayWrapper.h
2012-07-16 19:22:51 +02:00
Dave Hylands 6c49401e4b Bug 766324 - Add a volume IDL to make volumes scriptable r=qdot 2012-07-16 12:38:18 -04:00
Dave Hylands 177b3c4fdd Bug 766296 - Make AutoMounter notice SD Card insertion and removal r=qdot 2012-07-16 12:38:18 -04:00
Dave Hylands 7eca988b3a Bug 764228: Add Volume event notifications r=qDot 2012-07-16 12:38:18 -04:00
Gabor Krizsanits adfed0cc49 Bug 771081 - part1: Rename CrossOriginWrapper. r=gal 2012-07-16 17:53:16 +02:00
Mats Palmgren e2a4eca047 Bug 773432 - Don't overlay an image if it's not in the primary selection. r=roc 2012-07-16 12:15:06 -04:00
Mounir Lamouri 7f510a666c Bug 769621 - Checking Contacts, Settings, Wifi and WebApps permission should use principal instead of URI. r=sicking 2012-07-16 08:44:52 -07:00
Gavin Sharp ebdbc80321 Bug 773845: lazy-load some social modules to see what effect that has on maxheap/allocs tests 2012-07-16 08:43:50 -07:00
Ekanan Ketunuti 99507ad850 Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Peter Van der Beken be3cedb1a9 Fix for bug 769464 (Check mDOMObjectIsISupports when unwrapping). r=bz.
--HG--
extra : rebase_source : 1bdf15c06e0e1e89a877a0f74300bf212de5b60e
2012-07-16 16:52:59 +02:00
Peter Van der Beken 8d3d9a8f02 Fix for bug 762280 (Use nsContentUtils::PreserveWrapper for preserving expandos). r=bz.
--HG--
extra : rebase_source : cd426b3c3b987d8e39196e1dd1e468bc87e87f53
2012-07-16 16:52:53 +02:00
Marco Castelluccio e45b10608b Bug 774134 - Support S3 texture compression with Mesa drivers - r=bjacob 2012-07-16 11:36:03 -04:00
Rafael Ávila de Espíndola 61a4f26d9c Bug 774016 - Remove extra ;. r=khuey. 2012-07-16 11:01:45 -04:00
Rafael Ávila de Espíndola 850d0875ba Bug 774017 - Remove extra ;. r=khuey. 2012-07-16 11:00:50 -04:00
Rafael Ávila de Espíndola 87d1365ba3 Bug 774019 - Remove extra ; r=khuey. 2012-07-16 10:59:59 -04:00
Rafael Ávila de Espíndola d34f549c32 Bug 774020 - Remove extra ; r=khuey. 2012-07-16 10:59:15 -04:00
Rafael Ávila de Espíndola f5469c3f0e Bug 774041 - silence warning about unused private field. r=benjamin. 2012-07-16 10:57:04 -04:00
William Lachance 8a703c464b Bug 773463 - Use select so we don't use 100% CPU while waiting for a response in devicemanagerSUT;r=jmaher 2012-07-16 10:42:08 -04:00
Kannan Vijayan aa3f0060f4 Bug 77373 - Fix UseNewType pattern matching. (r=bhackett) 2012-07-16 10:36:48 -04:00
L. David Baron 1035bd9ac6 Disable the unitless length quirk inside of calc(). (Bug 774122, patch 3) r=bzbarsky
I noticed this bug because the new assertions in ParseVariant,
introduced in the previous patch, are stricter and would assert without
this fix.
2012-07-16 09:11:33 -04:00
L. David Baron 3547cf232d Limit the unitless length quirk to the properties where it's needed, per http://simon.html5.org/specs/quirks-mode#the-unitless-length-quirk . (Bug 774122, patch 2) r=bzbarsky 2012-07-16 09:11:33 -04:00
L. David Baron a9208a1f33 Limit the hashless color quirk to the properties where it's needed, per http://simon.html5.org/specs/quirks-mode#the-hashless-hex-color-quirk . (Bug 774122, patch 1) r=bzbarsky
This changes test_property_syntax_errors.html in the following ways:
 (1) removes the "known failures" handling, since there aren't any
 (2) changes it to test syntax errors in both quirks mode and standards
     mode, instead of only in standards mode
 (3) uses a (new) quirks_values mechanism to property_database.js to
     test cases that should be invalid in standards mode but accepted in
     quirks mode
2012-07-16 09:11:33 -04:00
L. David Baron d1bb327966 Make test_visited_reftests report failures instead of using timeout to indicate failure. No bug. 2012-07-16 09:11:32 -04:00
Neil Rashbrook 7512e7684d Bug 772303 Followup to simplify SkipRoot constructor so that it doesn't confuse VC2008 r=bhackett 2012-07-16 14:06:49 +01:00
Rafael Ávila de Espíndola bf7838b9c9 Bug 774033 - Remove extra ; r=surkov.alexander. 2012-07-16 08:31:46 -04:00
Rafael Ávila de Espíndola 2d5358cb49 Bug 774121 - upgrade clang to r160227.
Update the manifests.
DONTBUILD.
2012-07-16 08:27:23 -04:00
Rafael Ávila de Espíndola 24391bb428 Bug 774121 - upgrade clang to r160227. r=rail.
Update the build script.
2012-07-16 08:26:17 -04:00
Nicholas Cameron 99206643ea Bug 773626; mask sharing hash functions. r=roc 2012-07-16 06:44:15 -04:00
Ed Morley cef71dfeaa Backout bc090e21a088 (bug 773845), ca832757d4b7 (bug 771826), 492da706c14c (bug 774178) for mochitest-a11y failures 2012-07-16 10:09:26 +01:00
Gavin Sharp b1ad21b2f2 Backed out changeset 0e6039a2c90a due to reftest bustage:
REFTEST TEST-UNEXPECTED-FAIL | file:///c:/talos-slave/test/build/reftest/tests/layout/reftests/transform-3d/translatez-1a.html | image comparison (==)
REFTEST TEST-UNEXPECTED-FAIL | file:///c:/talos-slave/test/build/reftest/tests/layout/reftests/transform-3d/translate3d-1a.html | image comparison (==)
2012-07-16 01:05:23 -07:00
Gavin Sharp 83a09297e1 Backed out changeset ac282e15dc02 (bug 774122) 2012-07-16 01:04:31 -07:00
Gavin Sharp 98c4ef5d6b Backed out changeset e3007422b989 (bug 774122) 2012-07-16 01:04:29 -07:00
Gavin Sharp baaeab14a2 Backed out changeset 64ff8c2d37f9 (bug 774122) 2012-07-16 01:04:27 -07:00
Gavin Sharp ef2537d63b Bug 773845: lazy-load some social modules to see what effect that has on maxheap/allocs tests
--HG--
extra : transplant_source : %BCh%1C%5C%3C%1E%16%EDp%FE%C4%C0%91%24%AB%85M%D6%E1%1B
2012-07-15 23:19:00 -07:00
Shane Caraveo 78805c69af Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
--HG--
extra : rebase_source : 62924e7f08b182d4ac9bd19521794d0e8eb5ebd9
2012-07-15 16:12:13 -07:00
Shane Caraveo 63ee43b4aa Bug 774178: make some changes to provider profile/notification handling to support "logout", r=gavin
--HG--
extra : rebase_source : 9c609d3dfb8caa87d2eb725b8625796baa841e07
2012-07-16 08:36:47 -07:00
Joel Maher f423508120 Bug 774283 - upload a new talos.zip to capture the latest jstests changes. r=armenzg 2012-07-16 11:29:27 -04:00
Ed Morley 46343c2f40 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-16 15:00:42 +01:00
Ed Morley b6073a140c Merge fx-team and mozilla-central 2012-07-16 11:31:28 +01:00
Mark Hammond 5ff8a741d5 Merge backout of 777fbc99f40b and 27e4b9cbed74 due to leak bustage 2012-07-16 15:01:28 +10:00
Mark Hammond 0a94050d88 Backout 777fbc99f40b and 27e4b9cbed74 due to leak bustage 2012-07-16 15:00:43 +10:00