Commit Graph

251803 Commits

Author SHA1 Message Date
Mason Chang
1e4a4d3d88 Bug 1181028. Log assert error. r=me 2015-07-07 15:41:29 -07:00
Andrea Marchesini
eaff6ab6a1 Bug 1181329 - Make DataStore available to privileged homescreen app, r=fabrice 2015-07-07 23:19:14 +01:00
Boris Zbarsky
b685437bbe Bug 1180525. Run callbacks whose window is no longer current as long as its document is the active document in the browsing context. r=bholley
The distinction only matters when document.open() makes a different
window current without changing the active document.
2015-07-07 17:38:07 -04:00
Boris Zbarsky
bdf294419f Bug 1167489 and bug 1153672. Clamp the resolution of performance.now() calls to 5us, because otherwise we allow various timing attacks that depend on high accuracy timers. r=froydnj 2015-07-07 17:37:50 -04:00
Sean Stangl
3cb35cd62a Bug 1180013 - Fix irregexp on ARM64. r=efaust 2015-07-02 15:23:47 -07:00
Markus Stange
4074781f72 Bug 599328 - Clicking a label shouldn't draw a focus ring if clicking the control wouldn't have. r=enndeakin 2015-06-23 08:20:04 -07:00
Markus Stange
7548504c6f Bug 1181289 - Specify size: small when drawing small scrollbars with CoreUI. r=smichaud 2015-07-07 16:06:20 -04:00
Markus Stange
f93bc01b67 Bug 1178382 - Ignore overflow: -moz-hidden-unscrollable on <select size=n> listboxes. r=roc
forms.css sets overflow: -moz-hidden-unscrollable on all select elements.
ApplyOverflowClipping in nsFrame.cpp applies overflow clips that are not managed by scroll frames.
nsCSSFrameConstructor::ConstructSelectFrame creates an nsListControlFrame for listbox select elements.
nsListControlFrame is an nsHTMLScrollFrame.
As a result, the clip as applied twice - once by the nsHTMLScrollFrame, and then again by ApplyOverflowClipping.
Adding an exception for nsListControlFrame to ShouldApplyOverflowClipping gets rid of the double clip.
But we still need to apply the clip when calculating the frame's visual overflow rect, so we add the
list box frame type to the list of special-cased frames in UnionBorderBoxes.
2015-07-06 17:57:37 -04:00
Jose Antonio Olivera Ortega
93ae940ac1 Bug 1174140 - Some service worker info properties are empty in the list of service workers shown by about:sw. r=billm 2015-07-07 23:12:05 +02:00
Robert O'Callahan
3d3268c3c1 Bug 1181303. Set composition time earlier so that computing invalid regions works properly. r=mattwoodrow 2015-07-08 08:50:29 +12:00
Seth Fowler
8441769275 Bug 1177587 - Detect use of <img> elements for animation and use sync decoding to reduce flicker. r=tn 2015-07-07 14:00:08 -07:00
Jonathan Griffin
c09d5ad15d Bug 1161702 - Add --startup-timeout arg for Marionette; add in-tree config for luciddream, r=ahal 2015-07-07 12:26:54 -07:00
Wes Kocher
87a000a955 Backed out changeset b822456c6e2f (bug 1175714) for mass assertion failures on a CLOSED TREE 2015-07-07 12:31:40 -07:00
Wes Kocher
48f166ea1d Backed out changeset 35aee276e08f (bug 1179685) for wpt failures CLOSED TREE 2015-07-07 12:29:21 -07:00
Wes Kocher
c6423d0a96 Backed out changeset 1afe81135def (bug 1181028) for android build bustage CLOSED TREE 2015-07-07 12:23:33 -07:00
Aaron Klotz
83ed23a3aa Bug 1170231: Part 2 - Regression test for IPC race mediation deadlock; r=dvander 2015-06-07 22:08:56 -06:00
Aaron Klotz
3dc71a1cfd Bug 1170231: Part 1 - Remove condition that may cause deadlock in IPC when mediating interrupt races; r=dvander 2015-06-26 11:01:26 -07:00
Mason Chang
6642f354a6 Bug 1181028. Log assert error. r=me 2015-07-07 12:00:48 -07:00
Morgan Phillips
3e63692a9f Bug 1164656 - Bump container version; r=dustin 2015-07-07 13:49:59 -05:00
Anhad Jai Singh
dd9cf0c4a0 Bug 1164656 - migrate spidermonkey jobs to taskcluster; r=mrrrgn 2015-06-30 10:25:55 -07:00
Andrea Marchesini
4fcceb6b42 Bug 1172144 - Improve the size check of nsTextFragment::Append, r=ehsan 2015-07-07 19:32:25 +01:00
Birunthan Mohanathas
ae2feaa3f6 Bug 1168606 - Part 2: Convert DelayedDeleteRunnable into reusable DelayedActionRunnable class. r=bent 2015-06-09 07:57:19 -07:00
Birunthan Mohanathas
96230e064f Bug 1168606 - Part 1: Extract Cursor response data population into shared function. r=bent 2015-07-07 11:27:04 -07:00
Birunthan Mohanathas
8aed48f68e Bug 968520 - Use move assignment instead of fallible copy assignment in nsCSPUtils.cpp. r=froydnj 2015-07-07 11:27:03 -07:00
Birunthan Mohanathas
cc02e61b49 Bug 1179282 - Use nsTArray::Assign instead of the assignment operator in dom/svg/. r=dholbert 2015-07-07 11:27:03 -07:00
Birunthan Mohanathas
89f8804f4f Bug 968520 - Add nsTArray::Assign. r=froydnj 2015-07-07 11:27:03 -07:00
Mark Goodwin
ea21f71071 Bug 1170476 - Avoid logging multiple SHA-1 warnings per page (r=past) 2015-07-07 17:26:59 +01:00
Brian Hackett
edaac38e1e Bug 1175714 - Watch for baseline frame values with nursery types during OSR, r=jandem. 2015-07-07 11:24:36 -07:00
Timothy Nikkel
7f5c3e114a Bug 1114526. Add reftest. 2015-07-07 13:22:29 -05:00
Brian Hackett
1333cfd846 Bug 1176751 - Eagerly convert unboxed arrays to native arrays more often during Ion compilation, r=jandem. 2015-07-07 11:20:25 -07:00
Catalin Badea
c2edf74b86 Bug 1179685 - Fix messageport assert in wpt service worker test. r=baku 2015-07-07 11:11:34 -07:00
Ryan VanderMeulen
18afe1cb5f Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-07 13:38:10 -04:00
Ryan VanderMeulen
c076b1148d Merge b2g-inbound to m-c. a=merge 2015-07-07 13:25:39 -04:00
B2G Bumper Bot
8128b5ce8e Bumping manifests a=b2g-bump 2015-07-07 10:22:33 -07:00
B2G Bumper Bot
4d171efb7b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e700d1e96a11
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Bug 1181201 - Disable ftu/test/unit/tutorial_test.js until the cause of its permafail can be investigated and fixed. rs=sfoster
2015-07-07 10:20:33 -07:00
B2G Bumper Bot
0fabe3807d Bumping manifests a=b2g-bump 2015-07-07 09:47:32 -07:00
B2G Bumper Bot
d2a3090e61 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/56377deff110
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #30639 from hfiguiere/bug1170653-tabbar-tests

Bug 1170653 - Tab bar unit test. r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/946a8369fd97
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1170653 - Tab bar unit test.
2015-07-07 09:45:32 -07:00
Ryan VanderMeulen
19b177c473 Backed out changeset 57f4bd1baf13 (bug 1157941) for OSX 10.10 e10s browser_bug427559.js failures.
CLOSED TREE
2015-07-07 12:01:56 -04:00
B2G Bumper Bot
79299b4d77 Bumping manifests a=b2g-bump 2015-07-07 08:37:35 -07:00
B2G Bumper Bot
c3e72eb197 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b8659aa4c69d
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30820 from albertopq/1179427-emergency-icon

Bug 1179427 - Fix emergency icon selector r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/d602149edb59
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1179427 - Fix emergency icon selector

========

https://hg.mozilla.org/integration/gaia-central/rev/a10010e47c23
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30837 from mozfreddyb/passcode-helper-final-bug-1123325

Passcode bug 1123325 and bug 1176180

========

https://hg.mozilla.org/integration/gaia-central/rev/50705d173e7a
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1176180 - PasscodeHelper in LockScreen, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/eb5b7c773cfa
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1123325 - PasscodeHelper in FindmyDevice, Settings, Unit tests and UI tests (r=mgoodwin,gweng,alive,davehunt)
2015-07-07 08:35:34 -07:00
Francois Marier
ad1f0b1446 Bug 1180503 - Disable Safe Browsing by default on B2G. r=fabrice 2015-07-05 15:45:51 +02:00
Martyn Haigh
3484686c67 Bug 1180191 - Remove the drawable-large-mdpi-v11 folder r=mcomella 2015-07-03 14:46:19 +01:00
Martyn Haigh
ffd0104dd7 Bug 1178813 - Revise the autocomplete_list_bg.9.png asset r=mcomella 2015-07-03 13:59:40 +01:00
Mark Banner
f82c8dac26 Bug 1110937 - Make Loop's link-clicker show the expired/invalid failure view before the user clicks join. r=mikedeboer 2015-07-07 11:58:18 +01:00
ISHIKAWA, Chiaki
aa3af1c998 Bug 1178041 - fix incorrect use of built-in |arguments| function as an argument name. r=mak 2015-07-06 09:38:00 +02:00
Edouard Oger
57f12dd85f Bug 1180868 - Sync preferences - Add tooltip and onhover border to fxa profile picture. r=markh 2015-07-06 16:47:00 +02:00
Hiroyuki Ikezoe
a98fa02cfd Bug 1175751 - Apply playback rate to compositor animations. r=bbirtles 2015-07-06 19:05:00 +02:00
Panos Astithas
4bb712e8d8 Bug 1175920 - Add a checkbox to the in-content Privacy preferences to toggle TP in Private Browsing. r=jaws 2015-07-07 10:53:52 +03:00
Carsten "Tomcat" Book
d042ae4ce2 Merge mozilla-central to fx-team to fix merged around permafailure 2015-07-07 08:27:06 +02:00
Carsten "Tomcat" Book
9d6454932b Backed out changeset 0024c5cfa25b (bug 1093756) for perma orange in OS X browser_bug678392.js 2015-07-07 08:22:03 +02:00