Commit Graph

2252 Commits

Author SHA1 Message Date
Chris Peterson
8a9e2d2bd4 Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
Chris Peterson
353ee65255 Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
Phil Ringnalda
2be4cee4d3 Merge f-t to m-c, a=merge 2016-05-14 13:04:50 -07:00
L. David Baron
55b6b3268e Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find * -type f -exec sed -i -f ../mozpropsub {} \;
in the root of the repository, with the file ../mozpropsub containing:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
s/\<MozPaddingEnd\>/paddingInlineEnd/g
s/\<MozPaddingStart\>/paddingInlineStart/g
s/\<MozMarginEnd\>/marginInlineEnd/g
s/\<MozMarginStart\>/marginInlineStart/g
s/\<MozBorderEnd\>/borderInlineEnd/g
s/\<MozBorderEndColor\>/borderInlineEndColor/g
s/\<MozBorderEndStyle\>/borderInlineEndStyle/g
s/\<MozBorderEndWidth\>/borderInlineEndWidth/g
s/\<MozBorderStart\>/borderInlineStart/g
s/\<MozBorderStartColor\>/borderInlineStartColor/g
s/\<MozBorderStartStyle\>/borderInlineStartStyle/g
s/\<MozBorderStartWidth\>/borderInlineStartWidth/g

The diffs for the following files:
  layout/style/nsCSSPropAliasList.h
  layout/style/test/property_database.js
  layout/style/test/test_value_computation.html
were then manually removed from the patch.

MozReview-Commit-ID: 8fbYnlZcn9U
2016-05-14 00:00:18 -07:00
Ryan VanderMeulen
755b17ed66 Bug 1268319 - Disable the responsive.html tests on OSX debug e10s due to leaking the world. 2016-05-13 15:03:21 -04:00
Patrick Brosset
e4149a2ab9 Bug 1267015 - ESLint cleanup of devtools/client/styleinspector/shared/test; r=bgrins
MozReview-Commit-ID: GKnRmlqIBxb

--HG--
extra : rebase_source : 69109deafb0af8113a31832b604208817a224dbb
2016-05-13 10:16:45 +02:00
Patrick Brosset
b2488b6603 Bug 1267015 - Don't access the test content process in browser_styleinspector_tooltip-multiple-background-images.js; r=bgrins
MozReview-Commit-ID: H0kgsYzG2x0

--HG--
extra : rebase_source : 7c20c72999895ed29744b2e64166be56e0e42141
2016-05-13 09:59:33 +02:00
Brian Grinstead
f16b4aabf2 Bug 1253510 - Don't use CPOW inside the checkOutputForInputs webconsole helper function;r=pbro
MozReview-Commit-ID: Lcyq6uLEdfk
2016-05-13 09:19:36 -07:00
Patrick Brosset
96dddc3634 Bug 1260630 - ESLint cleanup of devtools/client/inspector/computed/; r=bgrins
MozReview-Commit-ID: BreSVf4bPf

--HG--
extra : rebase_source : 5ff6e97ba85c5d3bcd14db42aba10e5ee0a469e9
2016-05-13 13:09:17 +02:00
Patrick Brosset
3f8f037ded Bug 1260630 - Don't use a CPOW to get data from content in browser_computed_style-editor-link.js; r=bgrins
MozReview-Commit-ID: Jtb6C247ltM

--HG--
extra : rebase_source : e24879ef5fbb63de8c3d0f7b637eafd6a35083c5
2016-05-13 12:54:38 +02:00
Patrick Brosset
c6763c9395 Bug 1260630 - Don't use a CPOW to change style in content in browser_computed_refresh-on-style-change_01.js; r=bgrins
MozReview-Commit-ID: 5tRJTzQLl2V

--HG--
extra : rebase_source : ef28bb5449af3661fb7d26c7186f634137d55afe
2016-05-13 12:48:18 +02:00
Brian Grinstead
704b78b06e Bug 1256892 - Fix eslint issues in browser_webconsole_hpkp_invalid-headers.js;r=pbro
MozReview-Commit-ID: HCr0MFoMTiQ
2016-05-13 07:37:59 -07:00
Brian Grinstead
7a866e1d6e Bug 1256833 - Fix eslint issues in devtools/client/webconsole/test/browser_webconsole_bug_589162_css_filter.js;r=pbro
MozReview-Commit-ID: LRbG1muyjqr
2016-05-13 07:37:35 -07:00
Brian Grinstead
b0557a25d7 Bug 1256826 - Fix eslint issues in browser_webconsole_bug_585956_console_trace.js;r=pbro
MozReview-Commit-ID: 4HrOKosYk5w
2016-05-13 07:37:19 -07:00
Carsten "Tomcat" Book
50dfc69f35 merge mozilla-inbound to mozilla-central a=merge 2016-05-13 11:59:20 +02:00
L. David Baron
d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Kumar McMillan
3ed84ad41a Bug 1269889 - make addon.reload() more like temp loading. r=kmag r=aswan
MozReview-Commit-ID: APK49tqcjTA

--HG--
extra : transplant_source : %100%F9q%BD%FF%3CP%89%EF%0Cz%27%3Cc%BCX%3B%F4%D7
2016-05-03 17:07:10 -05:00
Jan Odvarko
c04a4573d7 Bug 1264671 - Browser test for NotificationBar. r=bgrins 2016-05-12 10:21:35 +02:00
Jan Odvarko
a8add0e185 Bug 1264671 - Mochitests for NotificationBar. r=bgrins 2016-05-10 13:59:35 +02:00
Jan Odvarko
da7fcda025 Bug 1264671 - HTML replacement for Notification Bar. r=bgrins 2016-05-12 10:11:26 +02:00
Tom Tromey
439e22f050 Bug 1266826 - Turn Templater.jsm into a .js. r=jryans
MozReview-Commit-ID: 4T4YiOiU0oZ

--HG--
rename : devtools/shared/gcli/Templater.jsm => devtools/shared/gcli/templater.js
extra : transplant_source : N%7B%B7%E9%91%F7%CC%87%22%D0%1E%7BZ%05%16%ED%A3q%99F
2016-05-12 09:06:38 -06:00
Tom Tromey
ad7032d5d3 Bug 1266826 - Make Templater.jsm eslint-clean. r=jryans
MozReview-Commit-ID: H52rqBZPuDI

--HG--
extra : transplant_source : n%0DB%B6%84%8Ae%FC%91%1F%A81%E5%A3%3A%BD%DC%02%8E%DC
2016-05-12 08:59:26 -06:00
Wellington Cordeiro
ed15d25e68 Bug 933170 - Make it clear that we show gecko's resolution, not device's resolution. r=jryans 2016-05-06 12:04:00 -04:00
Greg Tatum
fd4728f76e Bug 1263945 - Tell the exact number of bytes in network monitor if below 1Kb. r=honza 2016-05-06 07:02:00 -04:00
"Helen V. Holmes"
8e15a0b72a Bug 1266417 - Add left padding to items in the device selector. r=zer0 2016-05-12 05:39:00 -04:00
Patrick Brosset
45c01647ea Bug 1264907 - Don't show the firstChild of the current selection in breadcrumbs; r=jdescottes
The breadcrumbs widget used to have a feature where it would show the first
child of the current selection even the DOM tree hadn't been expanded that
far yet.
This was to allow keyboard navigating the DOM through the breadcrumbs.
The breadcrumbs is a very rarely used widget and this code was unnecessarily
making things complex.
It was decided that this feature would be removed.
Instead, the breadcrumbs now act as simple linear elements in a toolbar and
you can keyboard navigate them with LEFT/RIGHT only. TAB/shift-TAB simply go
in/out of the breadcrumbs widget.

MozReview-Commit-ID: BmcaLnVBOBn

--HG--
extra : rebase_source : 1673a6c9da02cf8b3b542e4ce905ccb239250aa7
2016-04-15 12:03:33 +02:00
Alexandre Poirot
a3cd47760d Bug 1268441 - Fix support of all non-letter characters. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
0e659215da Bug 1268441 - Make Shift modifier only strict for letter characters. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
e821487c32 Bug 1268441 - Convert markup view key shortcuts to use the shortcut helper module. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
62793e8163 Bug 1268441 - Convert inspector key shortcut to stop using XUL. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
0bd5f270a3 Bug 1264625 - Ensure using only invisible modules when opening the browser toolbox. r=jryans 2016-05-12 03:07:56 -07:00
Gabriel Luong
f00515afda Bug 1239459 - Toggle touch event simulation r=jryans 2016-05-11 23:39:04 -07:00
James Long
3301484dc5 Bug 1260042 - add a test to make sure auto pretty-printing works in case of error in debugger r=me 2016-05-11 11:17:38 -04:00
Brian Grinstead
0c6c6d0cbd Bug 1271841 - Make DOM Node preview in console match syntax highlighting colors used in the markup view. r=jryans
MozReview-Commit-ID: FduYtfVMp8Q

--HG--
extra : transplant_source : 8%0E%EE%85%94%F0%16%D4HO%7D%DE%0Dp5%2B%C2c%AFs
2016-05-10 17:30:02 -07:00
J. Ryan Stinnett
e4725f7b79 Bug 1271399 - Add shim for protocol.js to support old add-ons. r=ednapiranha
MozReview-Commit-ID: J5UGN5IBDUz

--HG--
rename : devtools/server/shims/dbg-server.jsm => devtools/server/shims/toolkit/dbg-server.jsm
rename : devtools/server/shims/moz.build => devtools/server/shims/toolkit/moz.build
2016-05-10 12:10:00 +02:00
Greg Tatum
6a1246bf3e Bug 1214754 - Clear hovered element's highlight when console is cleared. r=bgrins 2016-05-11 06:16:00 +02:00
Carsten "Tomcat" Book
91dae1cb08 Merge mozilla-central to fx-team 2016-05-11 16:33:26 +02:00
Carsten "Tomcat" Book
48f89b96dc merge mozilla-inbound to mozilla-central a=merge 2016-05-11 14:52:52 +02:00
Eddy Bruel
329f51ae5a Bug 1268458 - Decouple CustomHighlighterFront from CustomHighlighterActor;r=jryans 2016-05-11 11:09:46 +02:00
Phil Ringnalda
cfa9b03a03 Back out 027b0144a1a6 (bug 1239459) for failures in responsive.html/test/browser/browser_menu_item_02.js
CLOSED TREE
2016-05-10 21:01:28 -07:00
James Long
022c1216ae Bug 1265775 - replace Cu.reportError with console.error in devtools/shared r=tromey 2016-05-10 21:55:00 -04:00
Gabriel Luong
b45438c197 Bug 1239459 - Toggle touch event simulation r=jryans 2016-05-10 17:09:55 -07:00
Yura Zenevich
9812410679 Bug 1271095 - fixing padding for JS terminal input when pasting multiline code. r=bgrins
MozReview-Commit-ID: 6gTfjzn0v7h

--HG--
extra : rebase_source : 157582e715642ae701d25558932ec05622304c9f
2016-05-10 14:50:14 -04:00
Patrick Brosset
7dfb735bf9 Bug 1069829 - 3 - Clean styles.js off of eslint errors; r=me
MozReview-Commit-ID: JxEJRM3KUPQ
2016-05-10 13:29:55 +02:00
Patrick Brosset
e57616990f Bug 1069829 - 2 - Don't use cssPropertyIsValid in the rule-view UI, get the info from the server instead; r=tromey
- StyleRuleActors now parse declarations and send them within the form
- Each declaration also contains isValid flag
- Parsing is still done client side for old backends (back compat)
- Declarations are sent with the form, so updated every time the rule changes
- Also made StyleRuleActors send the declarations array for element styles, and made canSetRuleText true for this, since we can simply set the style attribute

MozReview-Commit-ID: 2nI4bRyvwwi

--HG--
extra : rebase_source : 0ccfaeb0edb0b1a60a7c0d741295d61ad66ac57e
2016-04-29 09:30:02 +02:00
Carsten "Tomcat" Book
6deb1d00c9 Merge mozilla-central to fx-team 2016-05-10 12:15:50 +02:00
Carsten "Tomcat" Book
e07e80ac43 merge mozilla-inbound to mozilla-central a=merge 2016-05-10 12:05:56 +02:00
Ryan VanderMeulen
3b7fc0b68e No bug - Enable some e10s that pass and add some more annotations to ones that don't. 2016-05-09 17:01:16 -04:00
Eddy Bruel
e106b98532 Bug 1268458 - Decouple HighlighterFront from HighlighterActor;r=jryans 2016-05-10 11:07:03 +02:00
Alexandre Poirot
5e04fa16fa Bug 1260493 - Introduce a module to handle key shortcuts in devtools. r=bgrins 2016-05-10 01:40:51 -07:00