Commit Graph

152101 Commits

Author SHA1 Message Date
Szu-Yu Chen [:aknow]
357123858c Bug 919414 - Part 1: Clear existing calls in test setup. r=hsinyi 2013-10-28 17:21:16 +08:00
Gaia Pushbot
72076eb5b9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6eebea42f3f6
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13123 from pivanov/bug-931555

Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen

========

https://hg.mozilla.org/integration/gaia-central/rev/55ca2e71c1af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen
2013-10-28 02:15:24 -07:00
Gaia Pushbot
414e0a3845 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31c586470ff2
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #12779 from bmac/924846

Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed whil...
r=gchen

========

https://hg.mozilla.org/integration/gaia-central/rev/0603b7b9c2ba
Author: bmac <bmac325@GMail.com>
Desc: Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed while switching the keyboard between built-in keyboard and third party keyboard
2013-10-28 01:30:23 -07:00
Gene Lian
19bc17bea1 Bug 915071 - Panel screen is still off while 2nd incoming call in dialling. r=hsinyi a=koi+ 2013-10-28 14:07:28 +08:00
Gaia Pushbot
08066fa2ea Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d2632e2be46d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 909689 - Set data connection text based on the network mode and the existence of calls r=alive
2013-10-27 21:45:24 -07:00
Gaia Pushbot
a71929cae5 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/33b06ed662ee
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 909689 - Set data connection text based on the network mode and the existence of calls"

This reverts commit d505b37f2e856d0cf7c7cd5b37c02eec44f06b7d.
2013-10-27 21:25:25 -07:00
Gaia Pushbot
407306abff Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e5ab4582834
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #13024 from MBRSL/eng-mode

Bug 913385 - Add Hardware tests mode r=evelyn,zac

========

https://hg.mozilla.org/integration/gaia-central/rev/7c55c55ae7f6
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 913385 - Add Hardware tests mode r=evelyn

    This patch organize old tests into API and UI parts, and add new Hardware tests.
    Also, there are some minor fixes on existing tests.
    HW tests mode provide the following tests:

    Audio loop
    Battery
    Bluetooth
    Camera
    Headphone
    LCD
    Physical keys
    Ringer
    SDCard
    Sensors
    Touch screen
    Vibrator
2013-10-27 21:15:25 -07:00
Gaia Pushbot
d14ba1ed82 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b722b062fc40
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #12924 from steveck-chung/incoming-call-refinement

Bug 924736 - [Dialer] Incoming call lock screen icons css/animation fine -tune. r=etiennesegonzac, a=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/6d7b8275b447
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 924736 - [Dialer] Incoming call lock screen icons css/animation fine-tune

========

https://hg.mozilla.org/integration/gaia-central/rev/6527c99890cc
Author: Rudy Lu <left.lu@gmail.com>
Desc: Revert "Merge pull request #13115 from RudyLu/keyboard/Bug928281-keyboard_OOP"

  This reverts commit 9c6586d85d4340600ace0aa69f5741c5f3f67970, reversing
  changes made to 0c52c04fa2e07c119f4777f1dddc1081734de4ab.

Revert "Bug 912010 - [Keyboard][V1.2] Default Keyboard when all keyboards are de-selected - r=rlu r=garychen r=arthurcc"

  This reverts commit ad0bf992cd379a32de18b9a4bb765757db8af986.

  Conflicts:
	apps/settings/index.html
2013-10-27 21:14:32 -07:00
Gaia Pushbot
f624741258 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/373644db99ce
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 920546 - [Messages] Short-term fixes for the recipient panel r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=920546

- Apply new "invalid recipient" indicator style
- Decouple searchContact from list display
- Create ThreadUI.listContact(...)
- Create ThreadUI.validateContact(...)
- Adds two level validation:
    - Is the entry questionable?
        - This kicks off a silent search for matching contacts
        - If there are one or more matches, use the first to create a Recipient
    - Is the entry invalid?
        - This state is reached if no contacts could be found
          for the typed value.
        - Prevents enableSend
        - Prevents "export" of recipient entry at Send
          (when mixed with multiple valid recipients)
- Refactor Utils.getContactDisplayInfo logic
- Adds tests for enableSend
- Adds tests for questionable Recipient detection.

Changes, post review:

> Bug 1:
>  - enter a bogus recipient, press enter to "accept" it
>  - press backspace => the cursor is correctly inside the contenteditable element, but it's still "red" and the keyboard is hiding

Fixed by adding CSS rules:
  [contenteditable=false].attention
  [contenteditable=true].attention

---

> Bug 2:
>  - with the recipient light workload, that has a "Adam L. Card" contact
>  - typing exactly "Adam L. Card" => no match
>  - typing "Adam Card" => match

Yep, this has always been true. See also: https://bugzilla.mozilla.org/show_bug.cgi?id=860804

---

> Bug 3:
>  - add text in the composer
>  - add a bogus contact => the send button is enabled, should be disabled

Fixed by being more explicit in enableSend:

Set hasRecipients to true based on the following conditions:

 1. There is a valid recipients object
 2. One of the following is true:
     - The recipients object contains at least 1 valid recipient
       - OR -
     - There is >1 character typed and the value will not
       evaluate to a NaN

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-10-27 21:14:10 -07:00
Gina Yeh
bf4d8aa3f7 Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou 2013-10-28 12:07:15 +08:00
Gina Yeh
225c35bd47 Bug 913372 - Patch 2: Set mController to null before invoking callback function, r=echou
For each profile manager, we'd like to make sure that the data member of
mController is nulled out before invoking the callback function. Because, in the
callback function, we continue to handle the next connect/disconnect request,
and we'd like to null out mController of previous request before handling the
new one.
2013-10-28 12:07:01 +08:00
Gina Yeh
a68bd93e34 Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou 2013-10-28 12:06:38 +08:00
Shawn Huang
28e905d633 Bug 929891 - [Bluetooth][bluedroid] Enable/Disable Bluetooth, r=echou 2013-10-28 12:05:17 +08:00
Gaia Pushbot
d3165c8092 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c73e725d0176
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12529 from EverythingMe/session-reinit

[Bug 914591] make sure sessions get re-inited after expiration [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/7f8b27532247
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 914591] make sure sessions get re-inited after expiration [r=ranbena]
2013-10-27 20:55:48 -07:00
Gaia Pushbot
619edbbd60 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/5cffbcaff577
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13066 from Pike/bug-930469-malformed-properties

bug 930469, malformed properties file.

========

https://hg.mozilla.org/integration/gaia-central/rev/89f65b6d853c
Author: Axel Hecht <axel@pike.org>
Desc: bug 930469, malformed properties file.
Remove leftover merge conflict marker
2013-10-27 20:55:23 -07:00
Phil Ringnalda
dcd0164eab Merge m-c to b-i
CLOSED TREE
2013-10-26 18:51:32 -07:00
Phil Ringnalda
953efea85d Merge f-t to m-c 2013-10-26 18:40:04 -07:00
Robert Strong
1f7efd27f9 Bug 931267 - Convert deprecated octal literals in FileUtils.jsm. r=bbondy 2013-10-26 14:30:45 -07:00
Robert Strong
ed59e36620 Bug 931410 - Increase test default timeout for app update chrome tests. r=bbondy 2013-10-26 14:29:17 -07:00
Robert Strong
88f9defd95 Bug 914321 - Disable test_0102_background_restartNotification_staging.xul on Linux due to Intermittent timeout caused by copying all of the files in dist/bin 2013-10-26 13:36:27 -07:00
Robert Strong
3e8bae2506 Bug 931216 - Convert deprecated octal literals in app update xpcshell tests. r=bbondy 2013-10-26 13:36:11 -07:00
Jim Chen
d644f7fbab Bug 717878 - Use div instead of input in test_offsets.html; r=enn 2013-10-26 14:34:51 -04:00
Jim Chen
ad506c737a Bug 717878 - Enable scrolling single-line text inputs; r=kats 2013-10-26 14:34:51 -04:00
Jim Chen
f9484e0918 Bug 717878 - Return scroll target frame for single-line text controls; r=mats 2013-10-26 14:34:51 -04:00
Jim Chen
7aa76c4665 Bug 717878 - Add test for scrolling single-line inputs; r=mats 2013-10-26 14:34:51 -04:00
Phil Ringnalda
03d0a3a25c Merge b-i to m-c 2013-10-26 11:18:28 -07:00
Phil Ringnalda
c73480b7b3 Merge f-t to m-c 2013-10-26 11:17:15 -07:00
Phil Ringnalda
eec7f3f175 Merge m-i to m-c 2013-10-26 11:14:26 -07:00
Benjamin Peterson
821f3ab87c No bug - Assorted compiler warning fixes. r=me
--HG--
extra : rebase_source : 82010432d1515bc98383bef4564a46ca15a4a056
2013-10-26 14:00:03 -04:00
Phil Ringnalda
76cf34210d Merge m-c to m-i 2013-10-26 11:19:17 -07:00
Phil Ringnalda
631d3ef289 Back out fb8d9cb4698b (bug 931344) for ASan browser-chrome permaorange 2013-10-26 11:03:18 -07:00
Ms2ger
ccbf72b1ac Revert to changeset 05c31c03a8dd. 2013-10-26 19:53:12 +02:00
Benjamin Peterson
5fce3de4c9 No bug - Add inline header to avoid warning about missing function. r=me 2013-10-26 13:20:12 -04:00
Benjamin Peterson
0a6ed81b82 No Bug - Fix equality in debug mode. r=me a=bustage CLOSED TREE 2013-10-26 13:12:21 -04:00
Benjamin Peterson
5d879f8b47 No bug - Fix some unused variable warnings. r=me 2013-10-26 12:47:50 -04:00
Tom Schuster
ce701cf26f Bug 930782 - Handlify JS_WrapValue. r=terrence 2013-10-26 18:19:05 +02:00
Tom Schuster
b73b7314bc Bug 920294 - Fix DumpJSStack. r=jandem 2013-10-26 18:19:00 +02:00
Tom Schuster
8eecf7fe6c Bug 928671 - Respect browser.urlbar.trimURLs on Android. r=wesj 2013-10-26 18:18:55 +02:00
Jan de Mooij
a0318edb23 Bug 921200 - Mark jit-test testOOMInAutoEnterCompartment.js as slow. r=terrence 2013-10-26 17:20:55 +02:00
Jan de Mooij
7ad599e14d Bug 930437 - Remove unnecessary compilation aborts from Lowering::visitToInt32. r=bhackett 2013-10-26 17:18:16 +02:00
Ms2ger
88bbf03777 Backout changeset 2e466ccc7bd0 for devtools test failures. 2013-10-26 17:02:20 +02:00
Alexander Surkov
1c7df706d8 Bug 928504 - reorg text selection change event firing, r=tbsaunde 2013-10-26 10:58:53 -04:00
Panos Astithas
947532d197 Don't display markers in the profile graph (bug 925990). r=anton 2013-10-26 15:25:01 +03:00
Victor Porof
d0f68fba20 Bug 931344 - Relax the check for webgl availability in the shader editor tests, r=me 2013-10-26 13:20:40 +03:00
Victor Porof
3962cd4ce1 Bug 929916 - Make the shader editor UI responsive when docked to the side, r=dcamp 2013-10-26 13:19:08 +03:00
ffxbld
5fa4c03bd1 No bug, Automated HSTS preload list update from host bld-linux64-ec2-441 - a=hsts-update 2013-10-26 03:17:16 -07:00
ffxbld
f915b9c462 No bug, Automated blocklist update from host bld-linux64-ec2-093 - a=blocklist-update 2013-10-26 03:14:34 -07:00
Phil Ringnalda
28b78c172b Bug 929498 - Disable test_asmjs.html on Android for stopping Panda mochitest-7 runs
--HG--
extra : rebase_source : ff1ad8ac91f713ee0329b769e449f7b745f32507
2013-10-25 23:26:36 -07:00
Nicolas B. Pierron
ff38c0425a no bug - Restore the main reason of existence of IonMonkey. r=jandem 2013-10-25 21:36:24 -07:00
Phil Ringnalda
b8734575f0 Merge m-c to b-i
CLOSED TREE
2013-10-25 19:55:48 -07:00