Commit Graph

152698 Commits

Author SHA1 Message Date
Gaia Pushbot
af75f950e2 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
d4e65e6427 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
f1d8e5fc85 Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou 2013-10-28 12:07:15 +08:00
Gina Yeh
74e132a6bd 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
daf93ad679 Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou 2013-10-28 12:06:38 +08:00
Shawn Huang
bc82b3c087 Bug 929891 - [Bluetooth][bluedroid] Enable/Disable Bluetooth, r=echou 2013-10-28 12:05:17 +08:00
Gaia Pushbot
568852a2da 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
5d1bfda2a5 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
Sebastian Hengst
8e623301f6 Bug 765285 - Include last 3 days of crash IDs in about:support. r=Mossop,dolske 2013-10-28 00:18:14 +01:00
Carsten "Tomcat" Book
5a55e3b9b9 Merge mozilla-central to mozilla-inbound 2013-10-28 13:03:52 +01:00
Eddy Bruel
67da96fe76 Bug 880330 - Remove the old options API; r=bholley 2013-10-28 12:59:04 +01:00
Eddy Bruel
14baac685a Bug 880330 - Refactor crypto to use the new options API; r=bholley 2013-10-28 12:57:08 +01:00
Eddy Bruel
9806c7003f Bug 880330 - Refactor jsd to use the new options API; r=sphink 2013-10-28 12:52:27 +01:00
Eddy Bruel
850a7bf5fc Bug 880330 - Refactor dom to use the new options API (2/2); r=khuey 2013-10-28 12:51:05 +01:00
Eddy Bruel
89a41114bc Bug 880330 - Refactor dom to use the new options API (1/2); r=khuey 2013-10-28 12:48:23 +01:00
Eddy Bruel
1575a13185 Bug 880330 - Refactor xpconnect shell to use the new options API; r=bholley 2013-10-28 12:43:17 +01:00
Alfred Kayser
8494d1af1b Bug 926605 - followup to fix icon on Windows, r=gijs 2013-10-28 12:38:07 +01:00
Andrea Marchesini
cc71776434 Bug 925594 - WebIDL enum for AudioChannel in HTMLMediaElement, r=ehsan, r=khuey 2013-10-28 03:45:10 -07:00
Carsten "Tomcat" Book
15dfa9ab98 Merge B2g-inbound to Mozilla-Central 2013-10-28 11:34:11 +01:00
Jan de Mooij
0ab1e59b59 Bug 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer
--HG--
rename : js/src/jit/IonCompartment.h => js/src/jit/JitCompartment.h
2013-10-28 11:33:01 +01:00
Jon Coppeard
ab70ad4440 Bug 927204 - Fix timout of jit-test basic/bug623860.js by replacing test with equivalent r=terrence 2013-10-28 10:28:29 +00:00
Kyle Huey
65052d91b0 Bug 904720: Count event listeners. r=njn,smaug 2013-10-28 17:47:18 +08:00
Carsten "Tomcat" Book
277374d832 Merge Fx-team to Mozilla-Central 2013-10-28 10:04:41 +01:00
Carsten "Tomcat" Book
db4378ab73 Merge Mozilla-Inbound to Mozilla-Central 2013-10-28 10:03:25 +01:00
Masayuki Nakano
16d3cdfc12 Bug 930860 Move IsLeftClickEvent() and IsContextMenuKeyEvent() from WidgetEvent to WidgetMouseEvent(Base) r=smaug 2013-10-28 18:03:19 +09:00
Phil Ringnalda
1b6d53f3e3 Merge f-t to m-c 2013-10-27 21:44:49 -07:00
Phil Ringnalda
72ac13e08f Merge m-i to m-c 2013-10-27 21:44:08 -07:00
Boris Zbarsky
2eadd266c9 Bug 929512. Fix null default values for non-nullable unions containing a nullable type. r=dzbarsky, r=smaug pending 2013-10-28 00:33:15 -04:00
Robert Strong
e1399e0249 Bug 931586 - Use FileUtils.PERMS_DIRECTORY instead of 0755 in nsUpdateService.js. r=bbondy 2013-10-27 19:27:21 -07:00
Phil Ringnalda
909ab48cde Merge m-c to f-t 2013-10-27 19:26:05 -07:00
Phil Ringnalda
047e02f51d Merge m-i to m-c 2013-10-27 19:22:36 -07:00
Phil Ringnalda
deab38648a Merge f-t to m-c 2013-10-27 19:21:46 -07:00
Rik Cabanier
cbb0aadad2 Bug 768067 - Fix style nits from original review. r=roc 2013-10-27 20:53:45 -04:00
Randell Jesup
395c912b4b Backed out changeset b490b5843f3c for M2 bustage 2013-10-27 20:45:28 -04:00
Phil Ringnalda
4ebc7b8712 Bug 920463 followup, keep the test from turning permaorange when we merge to aurora and TypedObject gets turned off 2013-10-27 16:19:56 -07:00
Nils Maier
7631e2c127 Bug 912457 - Expose async |flush()| in OS.File. r=yoric 2013-10-27 19:03:25 -04:00
Nick Fitzgerald
b838c04b01 Bug 929868 - Set a min-width on all toolbarbuttons in the #sources-toolbar. r=vporof 2013-10-27 16:33:27 -04:00
Bill Gianopoulos
2ee0d6c6eb Bug 931469 - Remove redundant app.launch(aLauncher.source). r=wesj 2013-10-27 15:08:36 -04:00
David Major
986ec3972c Bug 931196 - Remove MOZ_TEMP_INVESTIGATION poisoning code. r=glandium 2013-10-31 11:52:08 -04:00
Jim Chen
a470a16c5b Bug 930627 - Implement __gnu_Unwind_Find_exidx in custom linker on ARM. r=glandium 2013-10-31 11:40:32 -04:00
Nikhil Marathe
e932ac968a Bug 930611 - Introduce WorkerType rather than boolean SharedWorker check. r=bent 2013-10-30 16:40:16 -07:00
Ratnadeep Debnath
883ab271b9 Bug 916694 - Clarify app types in App Manager's permissions table. r=jryans 2013-10-31 11:40:31 -04:00
Julien Wajsberg
51b2248e20 Bug 898337 - Split big test files in smaller files. r=gwagner, r=reuben 2013-10-30 18:35:40 +01:00
Julien Wajsberg
8de7ebd7ff Bug 898337 - Contacts API does not allow to search by name field. r=gwagner, r=reuben 2013-10-30 18:35:27 +01:00
Julien Wajsberg
3595e3ca14 Bug 929652 - WebIDL mozContacts fails to convert some reference workload images correctly. r=reuben 2013-10-30 17:37:30 +01:00
Andrea Marchesini
d7cdc65931 Bug 819900 - File constructor. r=sicking 2013-10-31 11:27:12 -04:00
Nikhil Marathe
fba70984c1 Bug 785656 - dump() should be disabled by default in Workers. r=bent 2013-10-30 14:40:34 -07:00
Bharath Thiruveedula
85a6491bec Bug 684722 - Invoke geolocation error handlers when xhr fails. r=jdm 2013-10-31 11:26:41 -04:00
Benoit Jacob
2b3d64e4a0 Bug 914823 - Use a WeakPtr<ISurfaceAllocator> also in SharedSurface_Gralloc - r=sotaro 2013-10-31 11:25:54 -04:00
Gaia Pushbot
6b988eea12 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/17a05516fd79
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13182 from AlinT/bug_927126

Bug 927126 - Expand automated coverage around editing of gallery photos

========

https://hg.mozilla.org/integration/gaia-central/rev/69059d6ff623
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 927126 - Expand automated coverage around editing of gallery photos
2013-10-31 07:25:24 -07:00