Commit Graph

134783 Commits

Author SHA1 Message Date
Peter Van der Beken
e400a1a292 Bug 882193 - Remove nsIDocumentRegister. r=mrbkap. 2013-06-05 22:19:22 +02:00
Timothy Nikkel
304c2e9240 Bug 876562. Fix scrollport size calculation that didn't make a lot of sense. r=kats
It was taking the min over two values that weren't in the same unit (the first in CSS pixels, the second in dev pixels).
2013-06-14 10:53:39 -05:00
Jim Mathies
de9924b43a Bug 882613 - Remove reference to nsIDocShellHistory in metro front end code bug 882079 missed. r=fyan 2013-06-14 10:42:19 -05:00
Kannan Vijayan
5fbefaa95a Bug 882925 - Fix ICUnaryArith_Double stub kind. r=h4writer 2013-06-14 10:39:10 -04:00
Rick Eyre
77b71509b9 Bug 882817 - Fix QI implementation of HTMLTrackElement. r=bz
In certain situations we were failing debug builds due to an assertion
that HTMLTrackElement was not a nsIDOMNode or nsIDOMWindow when calling
NS_CheckContentLoadPolicy in HTMLTrackElement::LoadResource()

This patch fixes the QI of the HTMLTrackElement so that it can be queried
to an nsIDOMNode correctly.
2013-06-13 17:15:14 -04:00
Frederik Braun
e6d47d953b Bug 879316 - Clean up CSP logging code. r=imelven 2013-05-15 11:30:43 +02:00
Julian Seward
408b385c35 Bug 882903 - SPS breadkpad unwinder segfaults with on-demand decompression on. r=glandium. 2013-06-14 14:03:25 +02:00
Brian Hackett
4733f44eea Bug 678037 - Enable lazy JS parsing and fix various bugs, r=waldo,evilpie,nobody. 2013-06-14 05:58:28 -06:00
Shelly Lin
f3b88db9f4 Bug 882956 - Fix WebAudio stack-buffer-overflow crash. r=ehsan. 2013-06-14 15:16:41 +08:00
Nicholas D. Matsakis
99bd1bc42d Bug 880208 - Add UnsafeGet and UnsafeGetImmutable intrinsics r=djvj 2013-06-06 11:01:15 -04:00
Ed Morley
c87b3f9147 Merge mozilla-central and inbound 2013-06-14 09:58:22 +01:00
Ed Morley
6870d9d30f Merge latest green birch changeset and mozilla-central 2013-06-14 09:55:54 +01:00
Jan de Mooij
91229642aa Bug 882111 part 1 - Some js::Interpret cleanup. r=luke 2013-06-14 09:46:28 +02:00
Gaia Pushbot
9f5f57738c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7bfb4efb6e67
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #10363 from huchengtw-moz/video/Bug_879362_when_youtube_video_complete_ux_is_ambiguous

Bug 879362 - [A/V][video] When YouTube video completes, UX (Pause button...r=@djf

========

https://hg.mozilla.org/integration/gaia-central/rev/a61eb11d24d4
Author: John Hu <johu@mozilla.com>
Desc: Bug 879362 - [A/V][video] When YouTube video completes, UX (Pause button, timer) is ambiguous
2013-06-13 23:31:24 -07:00
Gaia Pushbot
06ace2b9cf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7da67b95354a
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10377 from mozshiao9/master_camera_881539

Bug 881539 - [camera] buttons in filmstrip preview mode are white-on-white r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/f983ab24fcda
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 881539 - [camera] buttons in filmstrip preview mode are white-on-white
2013-06-13 21:31:21 -07:00
Gaia Pushbot
5c5dae9547 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/29beb399a2a9
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10265 from dominickuo/bug-870320

Bug 870320 - [email] adjust attachments on compose page, r=asutherland

========

https://hg.mozilla.org/integration/gaia-central/rev/25ba62b6d988
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 870320 - [email] adjust attachments on compose page
2013-06-13 21:16:24 -07:00
Phil Ringnalda
13f6e70c92 Back out b06b9c8b19a3 (bug 873149) for turning every Android mochitest orange 2013-06-13 19:56:09 -07:00
Drew Willcoxon
7845cfabb8 Bug 759964 - Part 3 - Add nsIDocShell.allowMedia test. r=test 2013-06-13 19:31:43 -07:00
Edgar Chen
57f054bc32 Bug 860585 - Part 5: Fix xpcshell tests for cardlock. r=allstars.chh 2013-05-21 15:15:45 +08:00
Benoit Girard
e62840918c Bug 844852 - Run GTest on make check. r=ted
--HG--
extra : rebase_source : dabb338ee02acf390dabf1cda8ed6d89f8857fdf
2013-04-25 13:56:43 -04:00
Julian Seward
2e00ea6b77 Bug 863475 - integrate ARM EXIDX unwind parsing into Breakpad. r=glandium,ted 2013-06-14 08:09:20 +02:00
L. David Baron
bfbc629361 Bug 882573 patch 4: Make nsHTMLStyleSheet and nsHTMLCSSStyleSheet stop implementing nsIStyleSheet. r=heycam
Note that this removes the Reset method and the mURL and mDocument
members (and arguments to set them) from nsHTMLCSSStyleSheet.

On the other hand, from nsHTMLStyleSheet it only removes mURL (and
equivalent arguments), and nsHTMLStyleSheet keeps the SetOwningDocument
method that was previously part of nsIStyleSheet (but no longer virtual).
2013-06-13 22:34:37 -07:00
L. David Baron
429e3410b2 Bug 882573 patch 3: Stop putting the presentational hint and style attribute style sheets in the style set's list of style sheets; put them only in the list of rule processors. r=heycam 2013-06-13 22:34:37 -07:00
L. David Baron
2348795621 Bug 882573 patch 2: Add a separate DirtyRuleProcessors method to nsStyleSet, and use it from existing methods. r=heycam 2013-06-13 22:34:37 -07:00
L. David Baron
48251be1f9 Bug 882573 patch 1: Move the style attribute style sheet from nsDocument to nsIDocument, and devirtualize its getter. r=bzbarsky 2013-06-13 22:34:37 -07:00
Edgar Chen
13c05bda14 Bug 860585 - Part 4: Marionette tests for cardLock. r=allstars.chh 2013-04-11 15:16:51 +08:00
Edgar Chen
24bef0b0fe Bug 860585 - Part 3: RIL implementation changes for cardLock. r=allstars.chh 2013-04-11 15:12:09 +08:00
Edgar Chen
002aa6d2e5 Bug 860585 - Part 2: Move cardLock API from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-04-11 11:45:39 +08:00
Edgar Chen
c846841173 Bug 860585 - Part 1: Move cardLock API from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking
--HG--
rename : dom/icc/interfaces/nsIDOMICCCardLockErrorEvent.idl => dom/icc/interfaces/nsIDOMIccCardLockErrorEvent.idl
2013-04-11 11:19:36 +08:00
Gina Yeh
efd6b82521 Bug 834554 - Support Bluetooth AVRCP 1.0, r=fabrice 2013-06-14 11:58:09 +08:00
Gaia Pushbot
8d542c705d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c38c45692f2d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10375 from davidflanagan/bug880843

Bug 880843: correctly predict low-frequency words r=es92

========

https://hg.mozilla.org/integration/gaia-central/rev/6ea5825d54ea
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 880843: correctly predict low-frequency words
2013-06-13 20:31:22 -07:00
Ben Tian
b18434441c Bug 879635 - [Bluetooth] [Hfp] Implement HFP 1.6 indicators activation and deactivation, r=echou 2013-06-07 16:54:13 +08:00
Jed Parsons
33cca09556 Bug 881026 - Closing trusted UI should send null assertion to get() callers. r=benadida 2013-06-08 16:17:25 -07:00
Gaia Pushbot
63c4d8530b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f2e1fa71667b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #10373 from KevinGrandon/bug_881740_clock_perf

Bug 881740 - Lazy load clock resources

========

https://hg.mozilla.org/integration/gaia-central/rev/ea68b25ed4d9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 881740 - Lazy load clock resources
2013-06-13 16:01:22 -07:00
Gregor Wagner
13a679b1dd Bug 882777 - Contacts API: Fix Date and pref properties. r=reuben 2013-06-13 15:43:30 -07:00
Gregor Wagner
867e55f074 Bug 877302 - [Dialer] when searching for a number in contacts, display partial matches (matching the end of the number). r=bent, reuben 2013-06-13 15:00:23 -07:00
Gregor Wagner
a6004c8948 Bug 880644 - [SMS/MMS] Auto suggestions returning incorrect results. r=bent 2013-06-13 14:52:40 -07:00
Gaia Pushbot
577324dd4d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bbfd288a0498
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10338 from jaoo/882057

Bug 882057 - Voicemail user setting is lost after killing then restarting the Settings app, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/2001ee7c5ad4
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 882057 - Voicemail user setting is lost after killing then restarting settings app
2013-06-13 14:01:22 -07:00
Ryan VanderMeulen
d876f205f1 Merge fx-team to m-c. 2013-06-13 15:29:06 -04:00
Ryan VanderMeulen
c18b32e120 Merge inbound to m-c. 2013-06-13 15:28:41 -04:00
Jonathan Griffin
c8e0455215 Bug 881601 - Don't close the listener if it was never opened, r=wlach 2013-06-13 10:04:48 -07:00
Gaia Pushbot
714f7d4aea Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a7f713158285
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10344 from Rik/stk-icc-lazy-loading-879773

Bug 879773 - STK panel can't be opened by async STK commands r=frsela

========

https://hg.mozilla.org/integration/gaia-central/rev/8f681e612fb1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 879773 - STK panel can't be opened by async STK commands
2013-06-13 10:01:22 -07:00
Gaia Pushbot
536c3bdd7b Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/03dd0a16183f
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 881716 - [SMS/MMS] Search result for contacts from Messaging app is not showing the carrier r=arcturus

- Ensure that either "Type | Carrier" or "Type | PhoneNumber" displays in thread subheader
- Ensure that "Type | Carrier, Phone" displays in contact search results
- Ensure that "Phone" displays in contact search results when no type or carrier exists

https://bugzilla.mozilla.org/show_bug.cgi?id=881716
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-13 09:35:16 -07:00
Gaia Pushbot
60ec94ffe9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/87a0761f0865
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10347 from arcturus/bug-880645

Bug 880645 - [CONTACTS] Order by last name option doesn't work well when item count>500

========

https://hg.mozilla.org/integration/gaia-central/rev/81d493bda67b
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 880645 - [CONTACTS] Order by last name option doesn't work well when item count>500
2013-06-13 09:34:55 -07:00
Gaia Pushbot
0b5efc62ff Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d5f77c2bdc18
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10148 from mcirlanaru/bug_878421

Bug 878421 - [FTE] Properly set language keyboard when flashing device, r=@RudyLu

========

https://hg.mozilla.org/integration/gaia-central/rev/aa589e95af44
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 878421 - [FTE] Properly set language keyboard when flashing device. r=rudyl
2013-06-13 09:34:35 -07:00
Gaia Pushbot
d95b4db963 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/efdee3071120
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10360 from timdream/uitest-fix

Bug 825148 - Make UI Tests and Test receivers app work with CSP, r=testonly

========

https://hg.mozilla.org/integration/gaia-central/rev/7da27be26b99
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 825148 - Make UI Tests and Test receivers app work with CSP
2013-06-13 09:22:11 -07:00
Gaia Pushbot
4784b3e358 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/3e0a0c69767e
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #10359 from dzbarsky/882564

Bug 882564 - Don't use deprecated IDBTransaction constants r=bent

========

https://hg.mozilla.org/integration/gaia-central/rev/181b27af8885
Author: David Zbarsky <dzbarsky@gmail.com>
Desc: Bug 882564 - Don't use deprecated IDBTransaction constants r=bent
2013-06-13 09:21:51 -07:00
Tim Taubert
8c1a876e59 Bug 881661 - Use nsIDOMWindowUtils.getBoundsWithoutFlushing() for BrowserNewTabPreloader._collectTabBrowserSizes(); r=jaws 2013-06-13 12:53:13 +02:00
Tim Taubert
82a96ee67c Backed out changeset 94e5027d22a4 (bug 791670); r=talos-bustage 2013-06-13 12:52:24 +02:00
Ed Morley
44e935783e Bug 882575 - Disable browser_capabilities.js for failing when snippets.mozilla.org is down (via use of about:home) 2013-06-13 11:20:32 +01:00