Commit Graph

115028 Commits

Author SHA1 Message Date
Soumya Deb
6c002340fe Bug 818660 - Un-prefix gradients from about:home page contents. r=dao 2012-12-07 12:09:53 +01:00
Robert O'Callahan
8eb1122a37 Bug 818276. Update margins and scrollbar settings for a child document whenever the corresponding IFRAME state changes, even if we do not recreate the presentation. r=matspal 2012-12-07 12:58:15 +13:00
Robert O'Callahan
af829db568 Bug 816458. Instead of removing the MAY_BE_TRANSFORMED bit in certain frame classes, add an nsIFrame::SupportsCSSTransforms method and call it when necessary. r=mats 2012-12-04 17:50:05 +13:00
Robert O'Callahan
6b30f6daf1 Bug 816664. Don't call NotifyPull if we already have all the data buffered in the stream that we need. r=jesup 2012-12-08 00:06:55 +13:00
Robert O'Callahan
3c9cac31fa Bug 663776. Part 3: Refactor layer transform snapping to distinguish translation-snapping from rect-snapping, and don't snap translation+scale transforms when we don't know all four edges of the rect that needs to be snapped. r=mattwoodrow
This separates SnapTransform into SnapTransformTranslation, which just snaps translations
and nothing else, and SnapTransform, which snaps translation+scale of rectangles.
2012-12-07 12:58:13 +13:00
Robert O'Callahan
532413ccff Bug 663776. Part 2: Move TransformRectToRect from nsCSSRendering to gfxUtils. r=mattwoodrow 2012-12-07 12:58:13 +13:00
Robert O'Callahan
744c20ef54 Bug 663776. Part 1: When determining whether the scale factors hav changed, we need to use GetBaseTransform for the old scale factors, because that's what stores the old transform that we computed scale factors from. r=mattwoodrow 2012-12-07 12:58:12 +13:00
Mike Hommey
0c81eadc1c Bug 804303 part 4 - Set environment variables earlier on Android. r=blassey,r=wesj 2012-12-07 09:32:24 +01:00
Mike Hommey
a3b372eb70 Bug 804303 part 3 - Build jemalloc3 as a replace-malloc library when building with mozjemalloc. r=khuey 2012-12-07 09:32:24 +01:00
Mike Hommey
6bc0fa9501 Bug 804303 part 2 - Add ability to dynamically replace or supplement jemalloc implementation. r=jlebar,r=khuey 2012-12-07 09:32:24 +01:00
Mike Hommey
95d176978d Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey
--HG--
rename : memory/build/extraMallocFuncs.c => memory/build/jemalloc_config.c
rename : memory/mozjemalloc/jemalloc.h => memory/build/mozmemory.h
rename : memory/build/extraMallocFuncs.c => memory/build/mozmemory_wrap.c
2012-12-07 09:32:24 +01:00
Mike Hommey
844bf3bcfb Bug 815071 - Update jemalloc3 to commit 6eb84fb. r=jlebar 2012-12-07 09:32:23 +01:00
Saurabh Anand
4e7453b232 Backed out changeset 5725e73685e9 (bug 817785) 2012-12-07 14:00:15 +05:30
Saurabh Anand
9e57d179b7 Backed out changeset e7108bad8aa2 (bug 817186) 2012-12-07 13:57:49 +05:30
Saurabh Anand
9031c9f696 Bug 817186 - Split out WebGLUniformLocation into separate files 2012-12-07 13:44:43 +05:30
Saurabh Anand
63a06aaf89 Bug 817785 - Split out WebGLProgram into separate files 2012-12-07 04:09:32 +05:30
Trevor Saunders
ebc6ffbde3 backout bug 812845 for frequent orange 2012-12-07 02:38:41 -05:00
Felipe Gomes
1b2ce070ac Bug 811247 - Create only one instance of each social ambient panel instead of one per window. r=jaws,markh 2012-12-06 23:38:46 -08:00
Rafael Ávila de Espíndola
50e3485e17 Bug 818147 - Replace "Add-ons" with a function.
Query replace missed this one. r=bustage.
2012-12-07 01:50:51 -05:00
Rafael Ávila de Espíndola
d848d1eee5 Bug 818565 - Replace test-ping with a function. r=vladan. 2012-12-07 01:06:33 -05:00
Rafael Ávila de Espíndola
fe88a70752 Bug 818147 - Replace "Add-ons" with a function. r=vladan. 2012-12-07 00:45:33 -05:00
Rafael Ávila de Espíndola
efc79adaf7 Bug 818126 - Replace test-enable-load-save-notifications with a function. r=vladan. 2012-12-07 00:38:20 -05:00
Rafael Ávila de Espíndola
2223aee218 Bug 818549 - Replace test-gather-startup with a function. r=vladan.
--HG--
extra : rebase_source : b4671364c707f9a3e5cfbe2b65da636e9f5fc3ea
2012-12-07 00:28:13 -05:00
Boris Zbarsky
e00c9444ff Bug 817531 followup. Enable the test on android. No review. 2012-12-07 00:11:19 -05:00
Trevor Saunders
4e13307e49 logging for bug 812845 since it failed on inbound last time, but doesn't fail on try 2012-12-06 23:34:48 -05:00
Trevor Saunders
47f1fd7b45 bug 812845 - more tests for invalid spelling text attributes r=surkov 2012-11-17 22:58:29 -05:00
Gregor Wagner
fe644a8cc4 Bug 814156 - Need additional security checks for the "permissions" permission. r=sicking 2012-12-06 21:05:53 -08:00
Marco Chen
3d0ed5758d Bug 815069 - Part 3: Adapt audio channel agent to nsHTMLMediaElement and AudioChannelService. r=roc, a=blocking-basecamp
[Audio] A mechanism for Gecko components without media element to join audio competing policy
2012-12-06 23:25:18 +08:00
Marco Chen
854e09e84b Bug 815069 - Part 2: AudioChannelAgent Implementation. r=roc, a=blocking-basecamp
[Audio ] mechanism for Gecko components without media element to join audio competing policy.
2012-12-06 22:29:20 +08:00
Marco Chen
f10a57bec0 Bug 815069 - Part 1: nsIAudioChannelAgent.idl r=roc, a=blocking-basecamp
[Audio ] mechanism for Gecko components without media element to join audio competing policy.
2012-12-06 15:57:00 +08:00
Marco Chen
fa2305ecd5 Bug 815322 - Phone rings on incoming call will pause audio. r=kinetik, a=blocking-basecamp
1. Add a new audio channel type called ringer.
  2. Add logic into AudioChannelService for ringer.
2012-12-06 17:11:19 +08:00
rlin@mozilla.com
07ef80f1ed Bug 815445 - Hook up telephony audio to audio channels backend r=baku 2012-12-06 18:11:06 +08:00
Alexander Surkov
f07f8ebc5e Bug 815646 - Intermittent accessible/states/test_link.html, r=tbsaunde 2012-12-07 12:48:09 +09:00
Ehsan Akhgari
7de39aad6d Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
Josh Matthews
346cb92cf5 Bug 769285 - Remove obsolete test of geolocation access token. 2012-12-06 23:00:23 -05:00
Jonathan Griffin
e625b4c910 Backout 1819a9cc6d27 for bustage, bug 816246, CLOSED TREE 2012-12-06 19:13:39 -08:00
Gregor Wagner
495132db9a Bug 818158 - mozContact.find() - contains lookup on the "tel" field failing. r=bent 2012-12-06 18:23:53 -08:00
Rafael Ávila de Espíndola
8ac08e43de Bug 817929 - Remove test-save-histograms and use the existing saveHistograms. r=vladan.
--HG--
extra : rebase_source : b3bf2364720017a69443ec6d426e1cc42c325b62
2012-12-06 21:15:13 -05:00
Ehsan Akhgari
0d299a8bd4 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Josh Matthews
56475ee349 Bug 806740 - Unbreak Birch. DONTBUILD for NPOTB. 2012-12-06 22:52:39 -05:00
Mario Alvarado [:marioalv]
cc47e11a85 Bug 806740 - Port test_setAndFetchFaviconForPage_failures.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js
rename : toolkit/components/places/tests/favicons/favicon-normal16.png => toolkit/components/places/tests/browser/favicon-normal16.png
2012-12-06 18:42:36 -06:00
Ehsan Akhgari
59fce7687a Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Olli Pettay
3243bf0a89 Bug 803853, make sure to not leak mRules, r=ehsan 2012-12-07 01:31:48 +02:00
Bobby Holley
ba6b429800 Bug 807102 - Rev the CID on nsPrincipal. r=bz 2012-12-06 14:51:37 -08:00
Ehsan Akhgari
bec615dc0f Backed out changeset ea20935fa19d (bug 801232) because of leaks 2012-12-06 15:52:30 -05:00
Ehsan Akhgari
91e28db920 Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley 2012-12-06 14:45:18 -05:00
Ehsan Akhgari
9ce06497f6 Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Ehsan Akhgari
8d0ff7b27f Backed out changeset 31d5dca2a3b4 (bug 801232) because of leaks 2012-12-06 14:01:35 -05:00
Ehsan Akhgari
49b40cd547 Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Ehsan Akhgari
6446a412d7 Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao 2012-12-05 20:59:26 -05:00