Commit Graph

227960 Commits

Author SHA1 Message Date
Nathan Froyd
8c6644f116 Bug 1128989 - part 2 - forward-declare Telemetry::ID in Decoder.h; r=seth
This change means that Decoder.h (and any files that include it) no
longer depend on Telemetry.h.  And since Telemetry.h can change rather
frequently, this change helps minimize the number of files that need to
be rebuilt when Telemetry.h does change.
2015-02-03 10:05:49 -05:00
Nathan Froyd
69b393b14b Bug 1128989 - part 1 - define Telemetry::ID as a uint32_t; r=gfritzsche
We would like to be able to forward-declare Telemetry::ID, so fewer
header files need to include Telemetry.h.  Empirical evidence shows that
forward-declaring enums requires either enum classes, or plain
fixed-width enums.  Let's opt for the latter here; there's no need to
constrain the size to 16 bits, since Telemetry::IDs are rarely stored in
data structures.
2015-02-03 10:04:59 -05:00
Kartikaya Gupta
027f507e48 Bug 1130129 - Better handle a case where the APZ hit-test disagrees with the main-thread hit-test results. r=botond 2015-02-06 09:26:44 -05:00
Brian Hackett
e06e5b3908 Bug 1129226 - Refactor ObjectGroup class and accessors, r=jandem. 2015-02-06 09:13:29 -07:00
James Graham
1d93a6f055 Bug 1124181 - Store local base SHA1 of last web-platform-tests update explicitly, r=ahal 2015-02-06 16:11:51 +00:00
Olli Pettay
bc4b4241f5 Bug 676470, ensure null-checking mCurrentTarget actually works, r=masayuki 2015-02-06 18:02:22 +02:00
Patrick McManus
7ba3854016 bug 1129571 - h2/spdy coalsescing by full DNS rrset r=hurley 2015-01-30 10:55:07 -05:00
Tom Schuster
b09ea7fa82 Bug 1124935 - Remove LookupProperty from JS_GetPropertyDescriptor. r=efaust,bz 2015-02-06 15:43:20 +01:00
Chris AtLee
96ca0cd561 Bug 1126944: Follow symlinks when removing .pyc from test packages r=ted 2015-02-06 09:31:18 -05:00
Avi Halachmi
3bb10387bf Bug 1120650: add telemetry probe for slow script notices. r=vladan, r=billm 2015-02-06 16:02:37 +02:00
Ryan VanderMeulen
77f36f14ea Bug 1128229 - Add a bit more fuzz to image-object-position-with-background-2.html on Windows.
CLOSED TREE
2015-02-06 10:38:00 -05:00
Ryan VanderMeulen
364f993ef9 Bug 1128229 - Add more fuzz on Win8.
CLOSED TREE
2015-02-06 10:00:50 -05:00
Ryan VanderMeulen
6c476fc4fe Backed out changeset 900bd9173e8f (bug 676470) for mochitest-other asserts.
CLOSED TREE
2015-02-06 09:07:39 -05:00
Ryan VanderMeulen
1c576a7b21 Backed out changeset 2ad2c849f0be (bug 1013743) for Gij failures. 2015-02-06 09:07:25 -05:00
Valentin Gosu
8a4646d9bc Bug 1120216 - Add telemetry for how often URLs contain !/ or !// or end with a ! r=mcmanus 2015-02-06 15:27:33 +02:00
Tooru Fujisawa
e4873aa2b4 Bug 1130268 - Fix NameErrors in killAndGetStack in runreftest.py. r=ted.mielczarek 2015-02-06 22:03:01 +09:00
Kan-Ru Chen (陳侃如)
27da42d3e8 Bug 1121558 - Remove message listener after test-success. r=smaug 2015-02-06 19:57:41 +08:00
Olli Pettay
82ef6db371 Bug 1013743, MutationObserver should observe only the subtree it is attached to, r=wchen 2015-02-06 12:55:24 +02:00
Olli Pettay
cb911b4f4b Bug 1126851, window object should special case only resize event dispatched to itself, r=bz 2015-02-06 12:42:23 +02:00
Olli Pettay
af546ca486 Bug 676470, ensure null-checking mCurrentTarget actually works, r=masayuki 2015-02-06 02:56:30 +02:00
Andrea Marchesini
9fc51f4ae0 Bug 1130041 - UNIFIED_SOURCE for BroadcastChannel, r=smaug 2015-02-06 11:06:35 +00:00
Seth Fowler
a8ef6e5edc Bug 1125490 (Part 2) - Use an enumeration instead of a boolean to request discarding in nsIImageLoadingContent. r=tn 2015-02-06 02:51:12 -08:00
Seth Fowler
a5c94e2c70 Bug 1125490 (Part 1) - Make sure we request discarding for images in PresShell::Destroy. r=tn 2015-02-06 02:51:12 -08:00
Seth Fowler
c63686dd62 Bug 1128229 - Add fuzzy annotations to CSS image tests that depend on imgFrame::Optimize. r=me 2015-02-06 02:51:12 -08:00
Hsin-Yi Tsai
1b0236d69d Bug 1116680 - Add [AvailableIn=CertifiedApps] and [CheckPermissions=mobileconnection] to ICC interfaces. r=smaug 2015-01-29 15:55:47 +08:00
Hsin-Yi Tsai
745ba7ae40 Bug 1121850 - Add [AvailableIn=CertifiedApps] and [CheckPermissions=cellbroadcast] to Cellbroadcast interfaces. r=smaug 2015-01-29 15:49:40 +08:00
Hsin-Yi Tsai
9249f387af Bug 1121853 - Add [AvailableIn=CertifiedApps] and [CheckPermissions=voicemail] to Voicemail interfaces. r=smaug 2015-01-29 15:32:33 +08:00
Tim Taubert
e4675fc162 Bug 1094853 - Convert chrome tests in browser/components/places to Bookmarks.jsm API r=mak 2015-01-28 17:36:46 +01:00
Dave Townsend
121d197d22 Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe 2015-02-05 08:09:15 -08:00
Dave Townsend
39091d9406 Bug 1040158: Allow overriding an add-ons multiprocessCompatible flag in the update manifest for an add-on. r=Unfocused 2015-01-30 17:20:12 -08:00
Ryan VanderMeulen
5f7e590a4b Backed out changeset 434a86b48ee0 (bug 1129567) because it wasn't meant to land on trunk. 2015-02-05 10:39:12 -05:00
Dave Townsend
e8e0e0c2b0 Bug 1129567 - Revert page-mod to using the old synchronous worker. r=jsantell 2015-02-04 13:07:00 -05:00
Allison Naaktgeboren
d84931360e Bug 1127237 - Text from history panel is not entirely displayed. r=liuche 2015-02-03 15:32:00 -05:00
Gabriel Machado
b0a6e8b4fa Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche 2015-02-04 16:06:48 +00:00
Avijit Gupta
d054da5c23 Bug 934748 - Refactored browser_popupNotification_3.js to use addProgressListener+executeSoon rather than addTabsProgressListener. r=smacleod 2015-02-04 00:26:22 +05:30
Tim Taubert
b8ecde8683 Bug 1129697 - Fix browser_555547.js r=mak 2015-02-05 14:19:41 +01:00
Jared Wein
835de16a5b Bug 1128177 - Dialog to clear data when exiting Firefox needs more space between two columns (in-content preferences). r=Gijs 2015-02-05 09:09:23 -05:00
Carsten "Tomcat" Book
75ce5dfdef Merge mozilla-central to fx-team 2015-02-05 14:50:09 +01:00
Carsten "Tomcat" Book
5b4bb77646 merge mozilla-inbound to mozilla-central a=merge 2015-02-05 14:47:16 +01:00
Gijs Kruitbosch
b82568fb49 Bug 1127288 - fix test failure caused by conditional DRM content hiding, rs=bustage on a CLOSED TREE 2015-02-05 13:39:06 +00:00
Carsten "Tomcat" Book
ee5512828f merge fx-team to mozilla-central a=merge 2015-02-05 14:36:58 +01:00
B2G Bumper Bot
505f090a68 Bumping manifests a=b2g-bump 2015-02-05 03:06:26 -08:00
B2G Bumper Bot
0f2476f928 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2adcd661905
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27871 from huchengtw-moz/bug-1128437-handle-session-close

Bug 1128437 - [Stingray][demo] handle session close in fling-player, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/49655827644e
Author: John Hu <johu@mozilla.com>
Desc: Bug 1128437 - [Stingray][demo] handle session close in fling-player

========

https://hg.mozilla.org/integration/gaia-central/rev/e7e515c0f2fb
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1128424 - merge pull request #27947 from dwi2:bug1128424 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/b8c5f6e17f88
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1128424 - Stop using deck images in smart-home and remove 'cachedIconURL'
2015-02-05 03:04:57 -08:00
B2G Bumper Bot
7ee20d562e Bumping manifests a=b2g-bump 2015-02-05 02:06:37 -08:00
B2G Bumper Bot
9bbc07dd5e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9df318d546ab
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #27085 from mwargers/regression_mail

Bug 1116566 - Create test to catch regression in bug 1116087

========

https://hg.mozilla.org/integration/gaia-central/rev/2a6d1281157b
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1116566 - Create test to catch regression in bug 1116087

========

https://hg.mozilla.org/integration/gaia-central/rev/ae4619632112
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #27958 from timdream/node-version

Bug 1129822 - Print node/npm versions, r=ricky

========

https://hg.mozilla.org/integration/gaia-central/rev/507eb16ddcda
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1129822 - Print node/npm versions
2015-02-05 02:05:09 -08:00
B2G Bumper Bot
927980b80d Bumping manifests a=b2g-bump 2015-02-05 01:47:09 -08:00
B2G Bumper Bot
b43e012391 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57cd034c55e1
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27901 from rexboy7/1128840-scrollable-left-margin

Bug 1128840 - [Stingray][Home] Let left margin of cardlist become custom...

========

https://hg.mozilla.org/integration/gaia-central/rev/a359ef4f4078
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1128840 - [Stingray][Home] Polish card list and animation style
               - Avoid trembling of scaling animation in edit mode
               - Add more left margin space before first card
               - Style fine-tuning (on animation time and some colors)

========

https://hg.mozilla.org/integration/gaia-central/rev/e1112159d24d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #27678 from mancas/bug1119917

Bug 1119917 - Use of different hashes for Settings activities.r=arthur.chen

========

https://hg.mozilla.org/integration/gaia-central/rev/b57ccf5b45ce
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1119917 - Use of different hashes for Settings activities.r=arthur.chen
2015-02-05 01:45:35 -08:00
Kan-Ru Chen (陳侃如)
4a4042f903 Bug 1129311 - Don't use sNestedTabChildMap directly. r=smaug 2015-02-05 17:24:39 +08:00
Kan-Ru Chen (陳侃如)
d1351de810 Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm 2015-02-05 17:18:22 +08:00
B2G Bumper Bot
1fe187c3ae Bumping manifests a=b2g-bump 2015-02-05 01:01:56 -08:00