Commit Graph

283672 Commits

Author SHA1 Message Date
Kartikaya Gupta
4ac5bf70ed Bug 1243854 - Tweak fling curving to make medium-length flings go a bit faster. r=snorp 2016-02-08 11:46:21 -05:00
Sebastian Hengst
f287060018 Backed out changeset 9494bdf52cc6 (bug 1244795) for browser chrome failures. r=backout 2016-02-08 17:45:08 +01:00
Sebastian Hengst
45b69ed956 Backed out changeset cc1cda7b777c (bug 1244795) for browser chrome failures. r=backout 2016-02-08 17:44:05 +01:00
Mats Palmgren
34a9f755ca Bug 1246101 - Restore some auto-completion for the align-/justify-* properties. r=dholbert 2016-02-08 17:35:01 +01:00
Mats Palmgren
4d039d6c23 Bug 1246405 - Declare mTextRun earlier to avoid alignment spill on 64-bit architectures. r=roc 2016-02-08 17:35:01 +01:00
Jonathan Kew
68230b138c Bug 1246382 - Screen rect in desktop pixels should not be affected by devPixelsPerPx override. r=emk 2016-02-08 12:53:10 +00:00
Armen Zambrano Gasparnian
8fa34d8925 Bug 1246176 - TaskCluster web platform tests should not retry for infrastructures issues until bug 1246176 is fixed. DONTBUILD. r=garndt 2016-02-05 11:06:02 -05:00
James Willcox
7a9c161c34 Bug 1245612 - Send texture usage bytes in crash reports r=bsmedberg 2016-02-08 09:18:52 -06:00
James Willcox
caf91815f5 Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert 2016-02-08 09:18:52 -06:00
James Willcox
ceae3b4179 Bug 1243072 - Make GfxTexturesReporter work again r=nical,jgilbert 2016-02-08 09:18:52 -06:00
Kai Engert
f0dd763283 Bug 1245053, land NSS_3_23_BETA4, r=me, includes a makefile change to adjust for NSS changes, patch by EKR, r=kaie 2016-02-08 16:16:25 +01:00
Dustin J. Mitchell
3212f03fc8 Bug 1246279: increase all firefox tests to a timeout of 90m; r=jmaher 2016-02-05 22:08:47 +00:00
Mike Conley
e77f6724e5 Bug 1243720 - Send accessibility theme state down to the content process on Windows. r=jimm 2016-02-03 15:49:36 -05:00
Jan de Mooij
7ec509c581 Bug 1244098 - Attempt to fold JSOP_IN to false in IonBuilder based on TI. r=bhackett 2016-02-08 15:41:42 +01:00
Andrea Marchesini
e0dba90fc3 Bug 1244795 - adding a string for the default container under cookie manager - part 2, r=paolo 2016-02-08 14:25:43 +00:00
Andrea Marchesini
bce895bc92 Bug 1244795 - adding a string for the default container under cookie manager, r=paolo 2016-02-08 14:24:19 +00:00
Andrew Halberstadt
b8149ff9de Bug 1034290 - Use structured log output for test results in reftest, r=jmaher
Structured logs bring many benefits. We can stop parsing the logs for magic strings, we
can modify the format without breaking things, and we can stream results into systems like
ActiveData. The structured logs originate primarily in reftest.js. StructuredLog.jsm is
used to generate the JSON-based log stream. Finally OutputHandler in the python harness
reads structured output from stdout, and formats it into human readable form.

MozReview-Commit-ID: G3ZLkMRl6p7
2016-02-05 15:44:20 -05:00
Jan de Mooij
c40713e420 Bug 1245861 - Ensure ShellRuntime's PersistentRooteds are always initialized. r=jonco 2016-02-08 15:13:46 +01:00
Jan de Mooij
20da2fbc56 Bug 1122581 - Fix FormatFrame to not assert on Ion frames in some cases. r=shu 2016-02-08 15:13:37 +01:00
Ting-Yu Lin
1cd5cc8dd9 Bug 1246064 - Support long press to show AccessibleCaret on empty input for Fennec. r=roc 2016-02-08 16:08:46 +08:00
Ting-Yu Lin
c689f271dc Bug 1246477 - Fix carets not updated by scroll events in LongTapState. r=roc
This is a regression by "Bug 1121468 - Go to NoActionState after
receiving release on LongTapState."

When receiving a scroll event in LongTapState, i.e. apz starts, we
should call OnScrollStart() and move to the ScrollState.
2016-02-08 16:08:45 +08:00
Kris Maglione
fcdac58ee5 Bug 1234020: Part 2l - [webext] Return promises from the alarms API. r=rpl 2016-01-29 18:58:29 -08:00
Kris Maglione
9613c18150 Bug 1234020: Part 2k - [webext] Return promises from the windows API. r=rpl 2016-02-01 18:28:00 -08:00
Kris Maglione
af1381399d Bug 1234020: Part 2j - [webext] Return promises from the tabs API. r=rpl 2016-02-05 18:50:58 -08:00
Kris Maglione
8347a0c472 Bug 1234020: Part 2i - [webext] Return promises from the contextMenus API. r=rpl 2016-02-01 18:14:55 -08:00
Kris Maglione
9e6027e5bb Bug 1234020: Part 2h - [webext] Return promises from the pageAction API. r=rpl 2016-02-01 18:16:00 -08:00
Kris Maglione
44a5c094b0 Bug 1234020: Part 2g - [webext] Return promises from the browserAction API. r=rpl 2016-02-01 18:14:05 -08:00
Kris Maglione
e6d871feab Bug 1234020: Part 2f - [webext] Return promises from the bookmarks API. r=evilpie 2016-02-01 18:12:45 -08:00
Kris Maglione
a901527626 Bug 1234020: Part 2e - [webext] Return promises from the storage API. r=rpl 2016-01-29 18:59:37 -08:00
Kris Maglione
90e67d2093 Bug 1234020: Part 2d - [webext] Return promises from the runtime API. r=rpl 2016-02-01 18:08:18 -08:00
Kris Maglione
4ae326c40b Bug 1234020: Part 2b - [webext] Return promises from the cookies APIs. r=evilpie 2016-02-01 18:03:37 -08:00
Nick Alexander
04f2d28f94 Bug 1234629 - Post: Add simple bouncer APK docs. r=me 2016-02-04 15:54:12 -08:00
Patrick McManus
e749b02e9e Bug 1241906 - Spdy deadlock on suspended channel r=hurley 2016-01-29 11:47:58 -05:00
Phil Ringnalda
83d9f44d6d Back out d1779fe421c3 (bug 1034290) for UnicodeDecodeErrors in things run by the reftest harness
CLOSED TREE
2016-02-05 08:18:47 -08:00
Morgan Phillips
15ee532089 Bug 1245961 - Throw a TypeError if less than one argument is supplied to isCompilableUnit;r=fitzgen 2016-02-05 09:50:52 -06:00
Valentin Gosu
d8dc417ece Bug 241788 - Add missing run_next_test() to xpcshell-test a=testonly 2016-02-05 16:49:49 +01:00
Boris Zbarsky
d6b9089f6d Bug 1243824. Add support for static functions and attributes on JSXrays. r=bholley 2016-02-05 10:41:08 -05:00
Ehsan Akhgari
ab1bf1e0f2 Reformat clang-plugin.cpp using clang-format, no bug 2016-02-05 10:29:39 -05:00
Ehsan Akhgari
5f41a8ae9c Bug 1245269 - Part 2: Add a configure check for the existence of the new AST Matcher API names; r=glandium 2016-02-05 10:29:39 -05:00
Ehsan Akhgari
9d79527f47 Bug 1245269 - Part 1: Make clang-plugin build with clang 3.8 and newer; r=mystor 2016-02-05 10:29:39 -05:00
Mike Taylor
d1c3eed1b2 Bug 1245997. Remove -webkit-mask-mode alias. r=dholbert
This has not yet been implemented in WebKit, hence there shouldn't
be any legacy compat concerns.
2016-02-05 09:27:45 -06:00
Carsten "Tomcat" Book
be0e35fb43 Backed out changeset a6bc2efcdf26 (bug 1212333) for bustage 2016-02-05 16:09:28 +01:00
Eddy Bruel
fc6cefa47a Bug 1212333 - WorkerDebuggerManager should live on the main thread;r=khuey 2016-02-04 22:04:25 +01:00
Chenxia Liu
5a95cf156e Bug 1208138 - Handle tablet-specific cases. r=margaret 2016-01-28 19:26:05 -08:00
Chenxia Liu
6e2e64f26d Bug 1208138 - Firstrun is not dismissed in some cases. r=margaret 2016-01-28 19:02:32 -08:00
Steffen Wilberg
0d57c596a0 Bug 1246128: F11 displays the audio container in fullscreen instead of the browser. r=bz
MozReview-Commit-ID: IWKJvwDaFsG
2016-02-07 17:55:48 +01:00
J. Ryan Stinnett
e079027dc5 Bug 1204127 - Fix line endings in DevTools server test. r=me 2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
17759c2ae1 Bug 1204127 - Remove dead paths from debugger. r=fitzgen 2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
e55cea1e3b Bug 1204127 - Clean up paths added after migration. r=ochameau 2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
3f0a685602 Bug 1204127 - Enable DevTools migration warnings. r=ochameau 2016-02-08 17:32:07 -06:00