Commit Graph

142000 Commits

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

https://hg.mozilla.org/integration/gaia-central/rev/f23ea95edc32
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11483 from EverythingMe/bugfix-loadmore

Bug 904085 - Can't load more apps into Collection results [r=gregor]

========

https://hg.mozilla.org/integration/gaia-central/rev/f426ecbd4885
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 904085 - Can't load more apps into Collection results
2013-08-12 09:55:24 -07:00
Nikhil Marathe
cd6a8533da Bug 900450 - Reset UDP socket to allow re-initialization. r=dougt 2013-08-06 09:38:04 -07:00
Carsten "Tomcat" Book
524da22e31 Backed out changeset 3e6be7551207 (bug 888595) for mochitest failure 2013-08-12 18:08:19 +02:00
Carsten "Tomcat" Book
5e3c55d3f4 Backed out changeset 4ce3e048289c (bug 888595) for mochitest failure 2013-08-12 18:08:03 +02:00
Carsten "Tomcat" Book
3f2e1bc9c0 Backed out changeset 6855c55668a7 (bug 888595) for mochitest oranges 2013-08-12 18:07:32 +02:00
Gaia Pushbot
48cf1dff1c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/523866b511f5
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11472 from cctuan/901458

Bug 901458 - [Buri][Settings]The interface display abnormal when input PIN code

========

https://hg.mozilla.org/integration/gaia-central/rev/f8b32754a7b9
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 901458 - [Buri][Settings]The interface display abnormal when input PIN code
2013-08-12 06:55:24 -07:00
Randy Lin
e3f3a015c2 Bug 903758 - Media Recording - setting the recorder state to inActive on the stop method. r=roc 2013-08-10 20:29:35 +08:00
Martijn Wargers
d82f6896da Bug 902611 - test_bug475156.html failing on b2g mochitest with (NS_NOINTERFACE) [nsISupports.QueryInterface]. r=jduell 2013-08-12 01:48:10 +02:00
Randy Lin
f1681d1942 Bug 902194 - Use mutex to replace the reentrant in EncodedBufferCache. r=roc 2013-08-09 13:46:20 +08:00
Randy Lin
0064bc2e7a Bug 897776 - Test case for MediaRecorder infinite recursion with requestData() calls in "dataavailable" event. r=jsmith 2013-08-11 11:35:16 +08:00
Randy Lin
9c7ebebbcd Bug 897776 - MediaRecorder infinite recursion with requestData() calls in dataavailable event. r=roc 2013-08-07 18:31:51 +08:00
Szu-Yu Chen [:aknow]
25b757203c Bug 887690 - Part 4: Test emergency callback mode (xpcshell-test). r=hsinyi 2013-08-12 08:25:42 -04:00
Szu-Yu Chen [:aknow]
9c31a584a7 Bug 887690 - Part 3: Add emergency callback mode support (ril). r=hsinyi 2013-08-12 08:25:24 -04:00
Szu-Yu Chen [:aknow]
4d6be48921 Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent 2013-08-12 08:25:09 -04:00
Szu-Yu Chen [:aknow]
5c21852cf6 Bug 887690 - Part 1: Add emergency callback mode support (idl, webidl). r=hsinyi, sr=smaug 2013-08-12 08:24:53 -04:00
Szu-Yu Chen [:aknow]
42b191047c Bug 869776 - Part 2: Test cell broadcast config. r=vicamo 2013-08-12 08:22:31 -04:00
Szu-Yu Chen [:aknow]
cc65cb69e7 Bug 869776 - Part 1: Support cdma cell broadcast config. r=vicamo 2013-08-12 08:22:15 -04:00
Gaia Pushbot
b1332d7881 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f82e95c4ab22
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11357 from pivanov/bug-901480

Bug 901480 - Update Graphics in 1.1HD for WVGA Device r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/5cdd08ff6119
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 901480 - Update Graphics in 1.1HD for WVGA Device
2013-08-12 04:55:24 -07:00
Gaia Pushbot
a462518c62 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/81e23789be37
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11461 from pivanov/bug-903477

Bug 903477 - [Bluetooth] Bluetooth icons inner shadow is too dark - tone down r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/86cba5a078e3
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903477 - [Bluetooth] Bluetooth icons inner shadow is too dark - tone down
2013-08-12 03:25:25 -07:00
Carsten "Tomcat" Book
7ae8018071 merge mozilla-central to b2g-inbound 2013-08-12 11:52:02 +02:00
Thomas Zimmermann
d1a87dc4f2 Bug 888595: Converted BluetoothDevice to WebIDL, r=bzbarsky,echou
We keep the old XPIDL files in place to stay compatible with existing
code. They can probably be removed when all bindings have been converted
to WebIDL.

--HG--
extra : rebase_source : b6612fbd237d89bd02a2fde34e121691be3c0f08
2013-08-12 10:34:28 +02:00
Thomas Zimmermann
a21fbb7fdc Bug 888595: Converted BluetoothAdapter to WebIDL, r=bzbarsky,echou
In addition to converting BluetoothAdapter, this patch also converts
MediaMetaData and MediaPlayStatus to WebIDL. The old XPIDL-based
bindings have been removed.

--HG--
extra : rebase_source : 8a3e25ff89877148d0765b371ebdf77ad33aad75
2013-08-12 10:32:53 +02:00
Thomas Zimmermann
9735683b39 Bug 888595: Convert BluetoothManager bindings to WebIDL, r=bzbarsky,echou
This patch converts the BluetoothManager to WebIDL and removes the
old XPIDL bindings. The only user of BluetoothManager is the class
Navigator, which has been adapted to the change.

--HG--
extra : rebase_source : 4bdc77b3923d4ca6ec820c12454a295010382839
2013-08-12 10:31:58 +02:00
Gaia Pushbot
9183bf3a61 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1b8fba13f1a8
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11458 from pivanov/bug-903365

Bug 903365 - [Settings][HD] Settings icons inner shadow is too dark - tone down r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/c65b13c80834
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903365 - [Settings][HD] Settings icons inner shadow is too dark - tone down
2013-08-12 02:30:23 -07:00
Gaia Pushbot
05517777e4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/92fa69a58527
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11204 from pivanov/bug-898792

Bug 898792 - [Dialer] - The bottom buttons are not the same height r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/3fea3cec7c79
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 898792 - [Dialer] - The bottom buttons are not the same height
2013-08-12 02:05:23 -07:00
Gaia Pushbot
f4b524a378 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/daaf5314e6fc
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11476 from yurenju/902402

bug 902402: add -L argument to find command to follow symbolic for apps r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9b91315b8ffc
Author: Yuren Ju <yurenju@gmail.com>
Desc: bug 902402: add -L argument to find command to follow symbolic for apps
2013-08-12 00:35:24 -07:00
Yoshi Huang
f656580e57 Bug 902769 - Part 2: xpcshell tests for facility lock. r=vicamo 2013-08-09 15:47:33 +08:00
Yoshi Huang
f4d570e838 Bug 902769 - Part 1: Patch. r=vicamo 2013-08-08 17:04:07 +08:00
Yoshi Huang
53e3d9ec42 Bug 895169 - B2G RIL: Check contact attributes values when export to SIM. r=vicamo 2013-08-09 16:00:38 +08:00
Gaia Pushbot
3cc6ab759b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2fe4d936fd60
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11465 from littleq0903/bug-902649-2

Bug 902549 - [B2G][l10n][Email] Double @@ signs in the second keyboard layer. r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/cfb7d57a7779
Author: LittleQ <littleq0903@gmail.com>
Desc: Bug 902549 - [B2G][l10n][Email] Double @@ signs in the second keyboard layer
2013-08-11 20:50:23 -07:00
Gaia Pushbot
9ccce68371 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bde91dfcd775
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11396 from gasolin/issue-898262

Bug 898262 - HD: [CostControl] canvas and wifi/3g checkboxs not use scre..., r=lodr

========

https://hg.mozilla.org/integration/gaia-central/rev/5241d8afb674
Author: gasolin <gasolin@gmail.com>
Desc: Bug 898262 - HD: [CostControl] canvas and wifi/3g checkboxs not use screen space well
2013-08-11 19:35:29 -07:00
Terrence Cole
dd54974ee1 Bug 898936 - Fix some build warnings on ARM gcc; r=mjrosenb 2013-08-01 22:05:55 -07:00
Geoff Brown
59019d8f80 Bug 902160 - Fix invalid comments in androidx86.json; r=jmaher 2013-08-11 12:59:29 -07:00
Eric Faust
7c59837af6 Bug 875452 - Part 9: Move GetElementParIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
7fa79732eb Bug 875452 - Part 8: Move GetElementIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
7038ea516f Bug 875452 - Part 7: Move GetPropertyParIC to common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
9c35149c87 Bug 875452 - Part 6.5: Fix const correctness issues in IonCaches.h (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
3584c2fbaa Bug 875452 - Part 6: Refactor GetPropertyIC::canAttachNative() for unification with other get ICs. (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
29bad3d70e Bug 902264 - Part 2: Expose Array.length optimization to idempotent GetPropertyICs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
ed53dd5da3 Bug 902264 - Part 1: Degeneralize GetPropertyIC Array.length stubs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
fa5905ac4e Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
f80c0a9bd9 Bug 875452 - Part 4: Handle NoPropertys on DoesntShadow{,Unique} DOMProxies. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
8ff5aee265 Bug 875452 - Part 3: Factor Proxy::Get call generation out of GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
4566d025b2 Bug 875452 - Part 2: Remove totally unsed SafepointIndex from ICs (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
e6ef9c0b19 Bug 875452 - Part 1: Refactor and cleanup GetPropertyICs to isolate proxy code. (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
2c832cb266 Bug 875452 - Part 0: Fix include leak of IonCaches.h and others (r=nbp over IRC) 2013-08-10 22:20:35 -07:00
Phil Ringnalda
ca9b2a7969 Back out f99521bfd197:38657fcd2d1a (bug 890570) for Linux xpcshell failures
CLOSED TREE
2013-08-10 17:23:05 -07:00
Masayuki Nakano
03e0066f13 Bug 812995 Support 'blink' value at -moz-text-decoration-line and drop -moz-text-blink r=dbaron 2013-08-06 23:02:34 +09:00
Mats Palmgren
cc1f5b7f03 Bug 898913 - Look for the floating first-letter frame to remove on the kPushedFloatsList too. r=dholbert 2013-08-10 23:00:46 +00:00
Till Schneidereit
7e5e4db1cb Bug 903180 - Simple fix. r=jwalden
--HG--
extra : rebase_source : 72add2ca8edbb7c596d8d3487d96a0c23051a0f3
2013-08-10 23:21:43 +02:00