Richard Newman
2821a3a8ae
Bug 868445 - Part 2: sessions provider for FHR on Android. r=nalexander
...
* * *
More sessions.
2013-06-04 17:16:57 -07:00
Richard Newman
d794a362d2
Bug 868445 - Part 1: allow recording of JSON objects. r=nalexander
2013-06-04 17:16:56 -07:00
Richard Newman
f236a1e533
Merge m-c to s-c.
2013-06-04 17:16:15 -07:00
Vivien Nicolas
b7bd1bfae7
Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering
2013-06-04 23:14:24 +02:00
Ryan VanderMeulen
9f97ebd7ad
Merge inbound to m-c.
2013-06-04 15:01:10 -04:00
Ryan VanderMeulen
56a62f9f89
Merge birch to m-c.
2013-06-04 15:00:37 -04:00
Justin Lebar
782796ddd7
Bug 879214 - Try to fix race condition in test_audio_wakelock.html. r=baku
...
--HG--
extra : rebase_source : af1d40db2ed8395db183a14a229ad49e4bc36bf8
2013-06-04 12:00:40 -04:00
Nikhil Marathe
471c3cc2cb
Bug 876936 - Alarms set to a past time fire immediately instead of error. r=gene
2013-06-04 09:13:16 -07:00
Scott Johnson
bf29874117
Bug 877160: Backout patch for bug 794693 due to regressions. [r=mats]
2013-06-04 10:43:08 -05:00
Dave Hylands
360cbc6179
Bug 878493 - DeviceStorage: Invalidate used space cache if free space changes. r=janv
2013-06-04 16:35:33 +02:00
Ed Morley
c1f2262e21
Merge latest green inbound changeset and mozilla-central
2013-06-04 15:14:21 +01:00
Ryan VanderMeulen
8ea6d842c6
Merge birch to m-c.
2013-06-04 10:11:39 -04:00
Geoff Lankow
98d42caf36
Backed out changeset a0214893763c (bug 874363) pushed mistakenly, DONTBUILD
2013-06-04 23:39:19 +12:00
Chia-hung Tai
292558a79b
Bug 879152 - B2G MMS: Set the delivery status to error when retrieveMMS fail. r=gene.lian
2013-06-04 17:42:19 +08:00
Thomas Zimmermann
2f5340ef03
Bug 875273 - Re-introduce assertion in RunDBusCallback. r=echou
...
With the landing of bug 830290, no DBus callback should ever run in
the main thread. This patch therefore re-introduces the corresponding
assertion statement.
2013-06-04 08:07:29 -04:00
Geoff Lankow
3cbaf48cc2
Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof
2013-06-04 20:07:09 +12:00
Wellington Fernando de Macedo
781a2dcd48
Bug 869882 - [eventsource] Check HTTP status:204,205,210,299 readyState returns CONNECTING but not CLOSED and throws unreached assertion; r=bugs@pettay.fi
2013-06-04 12:34:15 +03:00
Ed Morley
1d65ccbade
Backed out changeset 609de2f93690 (bug 874363) for failures in browser_net_timeline_ticks.js
2013-06-04 10:21:18 +01:00
Takeshi Kurosawa
73b7dbe0ee
Bug 878567 Remove unused if block from implicit landmark role handling, r=tbsaunde
2013-06-04 10:46:23 +02:00
Marcos A. Di Pietro
9ea16c2958
Bug 873447 - expose IAccessible2 checkable state; r=alexander :surkov
2013-06-04 10:43:43 +02:00
Tim Taubert
c1f547a882
Bug 878801 - part 2 - query tabbrowser bounds without flushing layout; r=jaws
2013-06-04 08:06:30 +02:00
Tim Taubert
9195d2a157
Bug 878801 - part 1 - introduce nsIDOMWindowUtils.getBoundsWithoutFlushing(); r=roc
2013-06-04 08:06:29 +02:00
Ehsan Akhgari
5be6cc599a
Bug 861371 - Allow Web IDL enums to have names starting with a digit; r=bzbarsky
...
--HG--
extra : rebase_source : 5ebf235e9408bdfdfd37504e2f79c65978ccf51d
2013-06-03 17:54:46 -04:00
Richard Newman
1a015ce60d
Bug 878303 - Part 2: use COUNTED_DISCRETE type for searches. r=nalexander
2013-06-03 14:12:17 -07:00
Richard Newman
0217cf9aad
Bug 878303 - Part 1: implement TYPE_COUNTED_STRING_DISCRETE. r=nalexander
2013-06-03 14:12:16 -07:00
Ryan VanderMeulen
1d305285a2
Merge m-c to inbound.
2013-06-03 17:51:25 -04:00
Ryan VanderMeulen
9d0f1d514c
Merge birch to m-c.
2013-06-03 17:48:52 -04:00
Richard Newman
81529513fc
Bug 878303 - Part 2: use COUNTED_DISCRETE type for searches. r=nalexander
2013-06-03 14:12:00 -07:00
Richard Newman
aba2c2836f
Bug 878303 - Part 1: implement TYPE_COUNTED_STRING_DISCRETE. r=nalexander
2013-06-03 14:12:00 -07:00
Ryan VanderMeulen
151313bdcd
Backed out changeset 1ca1abed8c9a (bug 872981) for xpcshell crashes.
...
CLOSED TREE
2013-06-03 16:38:24 -04:00
Malini Das
1b3941c1b0
Bug 878936 - remove test_marionette_touch.py from test manifest, r=jgriffin
2013-06-03 16:09:04 -04:00
Ryan VanderMeulen
e56256742b
Merge m-c to fx-team.
2013-06-03 15:58:48 -04:00
Ryan VanderMeulen
7af6681474
Merge m-c to birch.
2013-06-03 15:58:10 -04:00
Ryan VanderMeulen
272c48d3ca
Merge m-c to inbound.
2013-06-03 15:57:23 -04:00
Ryan VanderMeulen
84852e226d
Merge inbound to m-c.
2013-06-03 15:56:37 -04:00
Brian Nicholson
64a1deefbc
Bug 779497 - Clear addons list inside of async callback. r=wesj
2013-06-03 12:55:46 -07:00
Ryan VanderMeulen
125253843d
Backed out 3 changesets (bug 877862, bug 878325) for mochitest-other orange on a CLOSED TREE.
...
Backed out changeset 803586f0a297 (bug 878325)
Backed out changeset d4a39e18e5a7 (bug 878325)
Backed out changeset 08a29f18500a (bug 877862)
2013-06-03 15:50:59 -04:00
Ehsan Akhgari
5dfa419274
Bug 878859 - Remove the mach clippy avatar; r=ted
...
DONTBUILD since this is not part of the build!
2013-06-03 15:46:23 -04:00
David Rajchenbach-Teller
0c13636a87
Bug 872981 - Print a warning whenever something attempts to store more than 4kb of preferences. r=bsmedberg
2013-06-03 15:30:57 -04:00
Brian Hackett
3f9ac09c33
Bug 877130 - Fix bogus assert, r=djvj.
2013-06-03 13:27:20 -06:00
Max Li
c880cb501e
Bug 856325 - We do not support double-tap and hold in web content to bring up an item's context menu, r=eeejay
2013-06-03 14:29:14 -04:00
Geoff Lankow
4424bb9176
Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof
2013-06-04 20:07:09 +12:00
Randell Jesup
9ff8467bf0
Bug 878945: rename RTCDataChannelInit dictionary items to match updated spec r=smaug
2013-06-03 17:34:42 -04:00
David Chan
35c50026df
Bug 878814 - Add WebIDL support to permission tests; r=baku
2013-06-03 11:44:14 -07:00
Alexander Surkov
94d2af1c5a
Bug 878590 - HTML5 datalist is not conveyed by haspopup property, r=tbsaunde
2013-06-04 15:52:39 +09:00
Tim Taubert
524d1fe28b
Bug 876374 - Eliminate uninterruptible reflow caused by calling adjustTabstrip() in addTab(); r=dao
2013-06-03 19:36:01 +02:00
Ben Kelly
132c8b76a2
Bug 874462 - Add "startsWith" filterOp. r=reuben
...
The "contains" filterOp in ContactsAPI currently implements a filter that
only matches the start of each value when filtering by fields other than
"tel". This behavior is desirable for some uses, but does not match the
"contains" keyword.
Therefore, add a "startsWith" filterOp in addition to the current "contains".
A warning is sent to console.warn() if "contains" is used for non-"tel"
operations. A separate bug will be written to fix "contains" to perform full
text search.
2013-06-03 13:30:39 -04:00
Richard Newman
4454d00df9
Bug 878670 - Version profile information cache file. r=nalexander
2013-06-03 10:07:43 -07:00
Scott Johnson
2e74bc5ce5
Bug 865654: Adjust offsets within text areas only so that other text controls get correct offsets. [r=blassey]
2013-06-03 11:27:48 -05:00
Ryan VanderMeulen
ca03944538
Backed out 7 changesets (bug 872147, bug 872143, bug 877467, bug 877200, bug 870063, bug 872149) for robocop-2 failures on a CLOSED TREE.
...
Backed out changeset 3a1e8e7ac07e (bug 870063)
Backed out changeset 8904d2bf5da0 (bug 877200)
Backed out changeset 80455a25276b (bug 872149)
Backed out changeset c3b5567f1271 (bug 872147)
Backed out changeset d3106edd4a5a (bug 872143)
Backed out changeset 4fd2ae88da98 (bug 870063)
Backed out changeset 1797dc46e862 (bug 877467)
2013-06-03 15:04:51 -04:00