Commit Graph

314734 Commits

Author SHA1 Message Date
Gaia Pushbot
d6b1f7ff12 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4580fc5120bd
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10620 from davidflanagan/bug874011

Bug 874011: change auto-correct language and suggestions when user switches keyboards r=mcirlanaru

========

https://hg.mozilla.org/integration/gaia-central/rev/00a499016a2d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 874011: change auto-correct language and suggestions when user switches keyboards

Don't switch keyboards if the menu is shown but the user selects nothing
2013-07-02 09:15:38 -07:00
Gaia Pushbot
e38ea72588 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ff2462b5cbd4
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10606 from samjoch/bug-829027-SettingsCheckNowButton

Bug 829027 - [Settings] "Check Now" button in Device Information, Softwa... r=:etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/a39cf15c3f07
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 829027 - [Settings] "Check Now" button in Device Information, Software Updates should be disabled when there are no connections available
2013-07-02 08:35:24 -07:00
Gaia Pushbot
d8478b0284 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 846494 - Display sleep menu labels on multiple lines if ... r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/d0715253123a
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 846494 - Display sleep menu labels on multiple lines if they overflow. r=alive
2013-07-02 08:20:22 -07:00
Michael Wu
c08902a726 Bug 867735 - Update to freetype 2.5.0.1, r=jfkthame 2013-07-02 10:00:35 -04:00
Girish Sharma
cb800508e0 Bug 886474 - Stop using Ctrl + ] [ to match brackets in source editor, r=msucan 2013-07-02 16:07:31 +05:30
Girish Sharma
3490ae57c5 Backout 4cdab5388392 (Bug 886474) because of wrong shortcut modifier 2013-07-02 16:05:09 +05:30
Dimi Lee
406653dccd Bug 888828 - Default route of 3G data call disappeared (after receiving disconnected event from wlan0). r=vchang 2013-07-02 11:50:50 +08:00
Mike Shal
d5df6bb361 Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Gavin Sharp
088ce2d955 Bug 880101: attempt #2 at fixing an intermittent orange, wait a bit longer before trying to check the location bar in a new window 2013-07-03 11:36:45 -07:00
Jan de Mooij
bb019cc3a4 Bug 888872 - Keep track of slots/elements pointers stored in Ion frames for generational GC. r=dvander,terrence 2013-07-03 20:27:39 +02:00
Terrence Cole
8e77fc67c6 Bug 888463 - Relocate hoisted elements/slots when their allocation moves during minor GC; r=billm 2013-07-02 11:37:45 -07:00
Terrence Cole
9833432481 Bug 888463 - Remove code to skip shrinkSlots for call objects. r=jandem 2013-07-02 11:24:47 -07:00
Rodrigo Silveira
e818cf6613 Bug 881971 - There should be some default bookmarks in a fresh metro profile r=timabraldes
--HG--
extra : rebase_source : fc8429faed7fd0bcbcc4b879d3dadbd074074d46
2013-07-02 15:02:00 -07:00
Ryan VanderMeulen
6aa88543a2 Merge m-c and inbound. 2013-07-03 14:17:41 -04:00
Justin Lebar
c107de13fb Bug 888511 - Follow-up: Fire onsuccess properly in Webapp.js after launching an app. r=fabrice 2013-07-03 10:48:55 -07:00
Wes Johnston
b0fd555962 Bug 822820 - Update robocop for new SUMO url. r=margaret 2013-07-03 10:33:24 -07:00
Wes Johnston
b61b0a7ef1 Bug 822820 - Update SUMO bookmark URL and favicon. r=margaret 2013-07-03 10:19:39 -07:00
Jonathan Griffin
c5cc838664 Bug 887841 - Be very careful when deleting a session that may not exist, r=mdas 2013-07-02 10:48:55 -07:00
Bobby Holley
a2697cd423 Bug 860085 - Remove XPCCallContext refcounting optimization. r=gabor
We only use XPCCallContext for reflector calls now, at which point an AddRef
is totally insignificant. Using an auto pointer here lets us clean up some
code, and makes the XPCCallContext destructor start to look pretty sane. :-)
2013-07-03 11:05:20 -06:00
Bobby Holley
6aa989b495 Bug 860085 - Remove nsIXPConnect::ReleaseJSContext. r=gabor 2013-07-03 11:05:19 -06:00
Bobby Holley
919587b427 Bug 860085 - Stop using XPConnect::ReleaseJSContext in nsJSEnvironment::DestroyJSContext. r=gabor,mccr8
We now have the invariant that any in-use cx must be pushed onto the JSContext
stack with one of our stack-scoped automatic nsCxPusher classes. These classes
hold a strong ref to the nsIScriptContext associated with the JSContext they
push (if any). This means that, if this cx is in use, we will always have at
least one strong reference to the nsJSContext coming from the stack, meaning
that neither the destructor nor the Unlink() implementation will be called.
So we don't need to do any deferred destruction of the cx anymore.
2013-07-03 11:05:19 -06:00
Bobby Holley
6c10fadc89 Bug 860085 - Make XPCJSContextStack manipulators private to enforce that we go through the RAII classes. r=gabor
With this change, we can be very, very sure that we never push an nsJSContext
without instantiating an AutoCxPusher on the stack.
2013-07-03 11:05:19 -06:00
Bobby Holley
fbb5534815 Bug 860085 - Remove unused AutoPopJSContext. r=gabor 2013-07-03 11:05:19 -06:00
Bobby Holley
9316537b6d Bug 860085 - Rename xpc::{Push,Pop}JSContext and make them assert against DOM JSContexts. r=gabor 2013-07-03 11:05:18 -06:00
Bobby Holley
e11487b445 Bug 860085 - Use an AutoPushJSContext in XPCCallContext instead of doing it manually. r=gabor 2013-07-03 11:05:18 -06:00
Jan de Mooij
ed5a9e1467 Bug 889825 - Eliminate more bounds checks when double arrays are used. r=h4writer 2013-07-03 18:55:01 +02:00
Shu-yu Guo
5f16c99706 Bug 888470 - Sweep parallelStringConcatStub_. (r=djvj) 2013-07-03 09:47:29 -07:00
Shu-yu Guo
f5327c618c Bug 888837 - Fix tagging of callee token in arguments rectifier. (r=jandem) 2013-07-03 09:47:28 -07:00
Shu-yu Guo
2c943a13c8 Bug 887921 - Don't toggle GC write barriers in parallel execution. (r=sstangl) 2013-07-03 09:47:28 -07:00
Shu-yu Guo
59332435c0 Bug 886102 - Ignore idempotency for parallel ICs. (r=nmatsakis) 2013-07-03 09:47:28 -07:00
Shu-yu Guo
0dfdf16c33 Bug 886101 - Only int32-specialized bitwise ops should be marked safe in parallel. (r=nmatsakis) 2013-07-03 09:47:28 -07:00
Joey Armstrong
a8ffe81a63 bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Masatoshi Kimura
1a9e38cc24 Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
Ryan VanderMeulen
e7f4d8086a Bug 845190 - Disable test_logging on linux too. 2013-07-01 08:51:46 -04:00
Ryan VanderMeulen
ac3b8863c2 Bug 887012 - Revert removed Makefile, since it wasn't emptyish after all. 2013-07-01 08:51:46 -04:00
Ryan VanderMeulen
ce10e4411d Merge m-c and birch. 2013-07-01 08:15:19 -04:00
Ryan VanderMeulen
dad317ec03 Merge inbound and m-c. 2013-07-01 08:12:24 -04:00
Tim Taubert
77907cf8af merge m-c to fx-team 2013-07-01 14:06:28 +02:00
Gijs Kruitbosch
3c546f6a2e Bug 888746 - browser_bug422590.js should enable location bar, r=dao 2013-07-01 13:55:08 +02:00
Michael Henretty
4fa19dd8bd Bug 883770 - [Dialer][SMS][Contacts] Call log does no longer show contact names after version upgrade. r=gwagner 2013-07-01 19:13:45 +08:00
Gaia Pushbot
cadc76ae8c Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 848196 - [Keyboard] Keep special characters in upper case if caps is... r=@RudyLu

========

https://hg.mozilla.org/integration/gaia-central/rev/2c4f18f4e91e
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 848196 - [Keyboard] Keep special characters in upper case if caps is locked. r=rudyl
2013-07-01 04:05:23 -07:00
Mathieu Bultel mat.bultel@gmail.com
4ef150e60c Bug 888506 - Check that the start_time attribute exists before trying to use it. r=jgriffin 2013-07-01 12:37:21 +02:00
Alexandre Poirot
158694a98f Bug 888409 - Set b2g version to 1.2.0.0 for master. r=akeybl 2013-07-02 08:18:04 -04:00
Gaia Pushbot
82cac57da5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cba83cc33359
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10714 from timdream/remove-responsive

Bug 870318 - Remove the poor man's multi-resolution support, r=basiclines

========

https://hg.mozilla.org/integration/gaia-central/rev/db5d8f1c43e9
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 870318 - Remove the poor man's multi-resolution support
2013-07-01 03:10:23 -07:00
Gaia Pushbot
fb900e5a9d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/688fc3ba0ba2
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10692 from crdlc/bug-887801

Bug 887801 - [Search UI] the progress and "no contacts found" message are not displayed

========

https://hg.mozilla.org/integration/gaia-central/rev/0f63f36b6f7e
Author: crdlc <crdlc@tid.es>
Desc: Bug 887801 - contacts app search \"no contacts found\" message is not displayed
2013-07-01 03:00:23 -07:00
Dão Gottwald
ca6766304e merge backout 2013-07-01 11:34:22 +02:00
Dão Gottwald
3981e8bad8 Backed out changeset 7965d384123c 2013-07-01 11:33:28 +02:00
Heather Arthur
c15358807b Bug 887468 - Make custom request form look okay; r=vporof 2013-07-01 01:38:16 -07:00
Gaia Pushbot
0e3323da38 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/88b1d8837580
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10536 from evanxd/bug-880257

Bug 880257 - [MMS] Implement a "Device without SIM" message when attempting to send messages without a SIM card

========

https://hg.mozilla.org/integration/gaia-central/rev/0e6dd47508e7
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 880257 - Show error messages when send SMS and MMS messages without SIM card, in air plane mode, or with other error.
2013-07-01 01:20:22 -07:00
Ms2ger
12bdf91609 Bug 888579 - Remove some code that handled WN Nodes; r=bholley 2013-07-01 09:14:36 +02:00