Commit Graph

472509 Commits

Author SHA1 Message Date
Julian Descottes
435717397c Bug 1266997 - fix test browser_rules_completion-new-property_multiline.js on winXP;r=pbro
MozReview-Commit-ID: FEpmTAPxb0a

--HG--
extra : rebase_source : e09afad472c24fa112615383f57b3e176cda5a42
2016-04-25 10:10:25 +02:00
Benjamin Smedberg
d0afba25ac Bug 1266171 - Subprocess crash telemetry needs to be opt-out, r=gfritzsche
MozReview-Commit-ID: D0JtruAZF6f

--HG--
extra : rebase_source : 673a0431750f34098aafc2c9dad3f63945eefa0a
2016-04-20 14:54:06 -04:00
Lee Salzman
b5107c76f2 Bug 1267271 - skip empty surfaces in DrawTargetSkia::DrawSurfaceWithShadow. r=mchang 2016-04-25 15:42:13 -04:00
Milan Sreckovic
779e30cf76 Bug 278878: Send preference parsing errors to browser console. r=bsmedberg
MozReview-Commit-ID: 61mi71dZbO8

--HG--
extra : rebase_source : 87e32940aa557acd809ba0753fda08caf70ed0f9
2016-04-22 15:35:01 -04:00
Tooru Fujisawa
9485b623a3 Bug 1263490 - Part 4: Fold GetFirstDollarIndex into a integer constant. r=h4writer 2016-04-26 03:37:50 +09:00
Tooru Fujisawa
277f2f707b Bug 1263490 - Part 3: Inline GetFirstDollarIndex intrinsic. r=h4writer 2016-04-26 03:37:50 +09:00
Tooru Fujisawa
43419eb79b Bug 1263490 - Part 2: Add GetFirstDollarIndex intrinsic and use it in RegExpReplace. r=till 2016-04-26 03:37:50 +09:00
Tooru Fujisawa
cf1fd19f1e Bug 1266579 - Use jsop_newarray in inlineConstantStringSplitString. r=h4writer 2016-04-26 03:37:50 +09:00
Milan Sreckovic
f64f176a16 Bug 1266444: It is OK for us not to have texture sharing. r=jrmuizel
MozReview-Commit-ID: KZ7KuvifUvs

--HG--
extra : rebase_source : e70685e29b97b86fac5c54e9949605863515c722
2016-04-25 13:22:29 -04:00
Sebastian Hengst
b73944a73e Bug 1203394 - alias alert() to console.log() in background scripts: disable new test which will get fixed in follow-up. r=me 2016-04-25 19:35:04 +02:00
Trevor Saunders
471e46a43a bug 1266518 - add a new event message for AccSelChangeEvents r=davidb
For these events atk needs to know about the widget not the event target, and
the easiest way to support that is by adding a new event message that sends the
widget id.
2016-04-25 13:38:06 -04:00
Trevor Saunders
ef5ed9eb74 bug 1266496 - fire some selection events for proxied accessibles r=davidb
we map both EVENT_SELECTION_CHANGED and EVENT_TEXT_SELECTION_CHANGED to
"selection_changed" similar to the non proxy case.
2016-04-25 13:38:06 -04:00
Edwin Flores
c29a1c1ed1 Bug 1266878 - Fix off-by-one error in ParamTraits<StereoMode> - r=nical 2016-04-25 18:09:59 +01:00
tofumatt
0511a60fd8 Bug 1203394: Skip Android tests for alert() patch. r=Aryx 2016-04-25 17:36:30 +01:00
Jim Chen
3c7335f315 Bug 1256147 - Initialize EditorInfo even when IME is not active; r=esawin
Initialize the EditorInfo object even when we return null in
onCreateInputConnection. This fixes the bug for the Samsung keyboard on
Galaxy S7.
2016-04-25 12:51:12 -04:00
Jim Chen
e01a6c6646 Bug 1256147 - Post to UI thread for all showSoftInput calls; r=esawin
Make showSoftInput always post to the UI thread for consistency.
2016-04-25 12:51:12 -04:00
Jim Chen
c19d3510f8 Bug 1256147 - Show/hide keyboard in onCreateInputConnection; r=esawin
Showing and hiding the keyboard in onCreatInputConnection avoids a
possible race with resetInput in notifyIMEContext, and it replaces the
"show keyboard on window refocus" hack that we had before.
2016-04-25 12:51:12 -04:00
Mats Palmgren
f469939664 Bug 1266131 part 3 - [css-grid] Adjust tests to reflect the new behavior for 'order' on grid-aligned abs.pos. descendants. 2016-04-25 18:43:04 +02:00
Mats Palmgren
9f53935bce Bug 1266131 part 2 - [css-grid] Remove unused nsDisplayList::SortByCSSOrder() function. r=dholbert 2016-04-25 18:43:04 +02:00
Mats Palmgren
91532abbc2 Bug 1266131 part 1 - [css-grid] 'order' doesn't apply to grid-aligned abs.pos. descendants (anymore). r=dholbert 2016-04-25 18:43:04 +02:00
Mats Palmgren
adbc189b42 Bug 1264067 - [css-grid] Update tests that use 'fr' min-sizing. 2016-04-25 18:43:04 +02:00
Mats Palmgren
50649ed4b4 Bug 1264067 - [css-grid] 'fr' min-sizing is now invalid. r=dholbert 2016-04-25 18:43:04 +02:00
Daniel Holbert
a7f628c506 Bug 1248708 followup: Use MOZ_ARRAY_LENGTH instead of ArrayLength for expression used at compile time, to fix MSVC 2013 bustage. (trivial/bustage-fix, no review)
MozReview-Commit-ID: A1thxdXB2RT
2016-04-25 09:06:54 -07:00
Valentin Gosu
c8a94789bb Bug 1262326 - Make test_user_agent_overrides.html work in e10s r=nwgh
* Rename SchedulingContext to RequestContext
* Move SetLoadGroupUserAgentOverride to nsHttpChannel
* Cache the userAgentOverride in RequestContext instead of LoadGroup

MozReview-Commit-ID: FQS9uSRR8kd

--HG--
rename : netwerk/base/SchedulingContextService.cpp => netwerk/base/RequestContextService.cpp
rename : netwerk/base/SchedulingContextService.h => netwerk/base/RequestContextService.h
rename : netwerk/base/nsISchedulingContext.idl => netwerk/base/nsIRequestContext.idl
2016-04-21 16:59:17 +02:00
Jordan Lund
3555e548aa Bug 1250999 - releng work for dropping api 9-10, merge work central->aurora r=rail
MozReview-Commit-ID: 65TwmjkLUeI

--HG--
extra : amend_source : 8387cf57c362246951fa01b9ced06715838b27ba
2016-04-25 08:35:47 -07:00
Blake Winton
b58b1cbc6d Bug 1263709 - Remove the advanced styling for radio buttons and checkboxes. ui-r=shorlander, r=kmag
MozReview-Commit-ID: A9CWD9SPZlP

--HG--
extra : rebase_source : 1ec397f0c923d42d1ff99b8034eb869ba5a8f8fc
2016-04-11 15:53:06 -04:00
James Willcox
cbf30986b7 Bug 1266102 - Don't run VP9 benchmark on Android r=jya 2016-04-25 10:06:03 -05:00
JW Wang
0c694cb31b Bug 1246051 - have MediaQueue<T>::Peek/PeekFront return a RefPtr<> to avoid dangling pointers per comment 0. r=gerald.
MozReview-Commit-ID: JhPVlqMWsTu
2016-04-25 14:36:07 +08:00
tofumatt
b5aa4919a7 Bug 1203394 - Fix eslint errors in alert() patch. r=Aryx
MozReview-Commit-ID: KRUJflBrkxa
2016-04-25 15:16:32 +01:00
Carsten "Tomcat" Book
d762cab321 Backed out changeset a244bcd9911b (bug 1231981) for mass bustage with Timed out while waiting for websocket/process bridge startup on a CLOSED TREE 2016-04-25 16:29:13 +02:00
Carsten "Tomcat" Book
1fe3914869 Backed out changeset de3f062c9a99 (bug 1231981) 2016-04-25 16:28:55 +02:00
Carsten "Tomcat" Book
94cebd7b33 Backed out changeset a9fcd0e98cc3 (bug 1231981) 2016-04-25 16:28:53 +02:00
Carsten "Tomcat" Book
a41ff18ffd Backed out changeset 507145be7f82 (bug 1231981) 2016-04-25 16:28:52 +02:00
Carsten "Tomcat" Book
e9599aa66e Backed out changeset 5a0d061f7548 (bug 1231981) 2016-04-25 16:28:50 +02:00
Carsten "Tomcat" Book
9b2d0ae59d Backed out changeset 15472b261c9b (bug 1231981) 2016-04-25 16:28:49 +02:00
Carsten "Tomcat" Book
42f342e18c Backed out changeset 4cff2bed6747 (bug 1231975) 2016-04-25 16:28:47 +02:00
Carsten "Tomcat" Book
32ca72ac3a Backed out changeset 8aa793156ad0 (bug 1231975) 2016-04-25 16:28:46 +02:00
Carsten "Tomcat" Book
f49979964c Backed out changeset 1913c67263eb (bug 1231975) 2016-04-25 16:28:44 +02:00
Carsten "Tomcat" Book
8353eec0ac Backed out changeset 9d0c273048d6 (bug 1231975) 2016-04-25 16:28:42 +02:00
Carsten "Tomcat" Book
7cc02680ae Backed out changeset b21f8efbd341 (bug 1231975) 2016-04-25 16:28:41 +02:00
Carsten "Tomcat" Book
658315807b Backed out changeset aa8850420313 (bug 1231975) 2016-04-25 16:28:39 +02:00
bsilverberg
d9ca109a26 Bug 1262923 - Create schema for the history API. r=aswan
MozReview-Commit-ID: 1hZRJtemPMb

--HG--
extra : rebase_source : ccf72e006fcdcbaa3085a6bdcc8e679f66ed2412
2016-04-07 14:56:02 -04:00
Andrew Swan
62cd781780 Bug 1262005 - Rework how WebExtensions IDs are determined. r=rhelmer
MozReview-Commit-ID: 37EujfhGh0U

--HG--
extra : rebase_source : 3ac03fc02f618e149ffecc26678ac25914bb8358
2016-04-06 07:30:51 -07:00
Jared Wein
b2a9064b1e Bug 1116578 - Make customize mode keyboard accessible by allowing tabbing through the toolbarpaletteitems and using the context menu key or keyboard shortcut (Shift+F10 on Windows and Linux) to open the context menu and move items between customizable areas. r=Gijs
MozReview-Commit-ID: 2Vjfh9AwpQ7

--HG--
extra : rebase_source : 245f6ae4cd23185c5125cbd7748099256b932041
2016-04-22 10:35:00 -04:00
Andrew Swan
87981b40e1 Bug 1255041 - Implement uninstall() on DOM Addon objects. r=rhelmer
MozReview-Commit-ID: Ad3r78Y9IKb

--HG--
extra : rebase_source : 6a5f0d85b5c13138d6df57c9d5f6233aa10868bb
2016-04-21 09:59:14 -07:00
Timothy Guan-tin Chien
b6755044e2 Bug 1264805 - [Fennec] Use goBack to leave the reader view when possible. r=margaret
MozReview-Commit-ID: 79wpix8njxT

--HG--
extra : rebase_source : b9c39cab14bad48362f30fce30629c7129af18b2
2016-04-20 12:11:44 +08:00
Kris Maglione
6640885354 Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
MozReview-Commit-ID: 3qK6GpTmIFQ

--HG--
extra : rebase_source : cd0d5f5fae93e7e4f6436d2fae1d6e4c9363d2d4
extra : source : 8afadb96e97704a98492c2286fb92479deb3365f
2016-04-03 19:31:47 -07:00
Andrzej Hunt
63cf5690a2 Bug 1263571 - Post: make checkstyle happy r=me
MozReview-Commit-ID: GvcUZz2Jd4w

--HG--
extra : rebase_source : 6557841de66a857b14ade56b9ff404098ed3ce70
extra : source : a3b0aafbc909236da4521c06970128874b627894
extra : histedit_source : 8c99e692e7f286f29aad56aaa6dde39f8f862490
2016-04-24 20:29:57 +02:00
Andrzej Hunt
b16d4df72f Bug 1246238 - Post: make checkstyle happy r=me
MozReview-Commit-ID: JJ2PK3jka5e

--HG--
extra : rebase_source : b2057d66d59da7c8eb72ec132a1fd89033a7e4c0
extra : source : f711b0c364a5773671c3d767824481b1149a004e
extra : histedit_source : df79029f06a6629aed09f827295bb21bd631697f
2016-04-24 20:30:39 +02:00
Justin Dolske
d3b33c0908 Bug 1265194 - Fix test bustage. 2016-04-24 11:01:01 -07:00