Commit Graph

160016 Commits

Author SHA1 Message Date
Mark Hammond
2e859c68ea Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
2013-12-13 14:24:37 +11:00
Mark Hammond
ee7830b417 Bug 935793 (part 1) - Add ownerIsBrowserOrApp to nsIFrameLoader. r=smaug
--HG--
extra : rebase_source : 189b45b39c04e4272d7b0cc188f35bb02bc19970
2013-12-13 14:24:36 +11:00
Gregory Szorc
d83d451b7e Bug 928195 - Part 5: mach command for generating WebIDL example files; r=froydnj
--HG--
extra : rebase_source : c74d5f9556ca866622b7fefd4711e96fe4e4e020
2013-11-14 10:34:55 -08:00
Gregory Szorc
d53d3b5e5e Bug 928195 - Part 4: Rewrite WebIDL build system integration; r=bz, r=glandium
WebIDL build system integration has been rewritten from the ground up.
Changes:

* GlobalGen.py, BindingGen.py, and ExampleGen.py have been removed in
  favor of mozwebidl.py.

* Static .webidl files are now processed directly in their original location
  and aren't copied to the object directory.

* Generated events <stem>.cpp files are now compiled into the unified
  sources. Previously, only the <stem>Binding.cpp files were compiled
  into unified sources.

* Exported .h files are now generated directly into their final location.
  Previously, they were generated into the local directory then
  installed in their final location.

* The list of globalgen-generated files now lives in Python and isn't
  duplicated in 3 places.

* The make dependencies are much simpler as a result of using a single
  command to perform all code generation. The auto-generated .pp file from
  code generation sets up all dependencies necessary to reinvoke code
  generation and Python takes care of dependency management.

--HG--
extra : rebase_source : e4918878274b22a412329c7cb18cc7138daf5dc6
2013-12-12 16:26:38 +09:00
Gregory Szorc
c97cea6fe6 Bug 928195 - Part 3: Consolidate all WebIDL Python logic into mozwebidl module; r=bz, froydnj
--HG--
extra : rebase_source : 050f1c3eb3bccdf369164be4e58c59fa71c19060
2013-11-18 13:02:11 -08:00
Wes Kocher
3b7fc0a192 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Wes Kocher
3e04133bc7 Merge fx-team to m-c 2013-12-12 18:14:23 -08:00
Wes Kocher
b897140d6a Merge b2g-inbound to m-c 2013-12-12 18:02:54 -08:00
Wes Kocher
a613766f4c Backed out changeset 2a1e0a4f8d72 (bug 932982) for b2g m2 orange on a CLOSED TREE 2013-12-12 16:38:32 -08:00
Bill McCloskey
1c2ce4d177 Bug 948238 - Fix ASAN bustage on a CLOSED TREE 2013-12-12 15:27:07 -08:00
Jared Wein
1e5e5802de Bug 926487 - Replace className comparisons with classList.contains in viewSource.js. r=Unfocused
--HG--
extra : rebase_source : 1e5a9b55e2c455b08454e8bd17afe4412f42a042
2013-12-12 18:14:25 -05:00
Jared Wein
c0dc59da1c Bug 949589 - In-Content Preferences openDialog typo in features string (model= should be modal=). r=Unfocused
--HG--
extra : rebase_source : 02726a2a1de45b923dfa420d97ee7c21862e4cc2
2013-12-12 18:14:19 -05:00
Bill McCloskey
501aee018d Bug 948238 - Fix Windows bustage on a CLOSED TREE 2013-12-12 15:06:50 -08:00
Wes Kocher
b2ab2ca23b Backed out changeset 372f481bc7ad (bug 942164) for leaks on a CLOSED TREE 2013-12-12 14:44:09 -08:00
Nicholas Nethercote
0420d4158d Bug 823787 - Make profilerserver.py use a non-zero exit code on failure. r=ted.
--HG--
extra : rebase_source : 2e7d1ec773dfc286c57832ea3d907f0b18af8908
2013-12-12 14:08:40 -08:00
Jim Mathies
97366ac743 Bug 949509 - Disable strict compat for addons in metrofx. r=mbrubeck 2013-12-12 10:34:18 -06:00
Carsten "Tomcat" Book
1aface9dae merge fx-team to mozilla-central 2013-12-12 13:28:08 +01:00
Carsten "Tomcat" Book
76b29af841 merge b2g-inbound to mozilla-central 2013-12-12 13:26:40 +01:00
Patrick Brosset
21a2aeaf17 Bug 946331 - Rule/Computed views tooltip closes on new selection, r=miker 2013-12-12 08:57:37 +01:00
Patrick Wang
e9a6594703 Bug 948829: use MOZ_NUWA_PROCESS flag to disable nuwa. r=me 2013-12-12 13:52:00 +08:00
Gaia Pushbot
da38d64696 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5bfef5faac50
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #14368 from svic/rebase-df070d4e-NFC-Settings-permission

Bug 946047: Add nfc read only permissions to Settings UI to allow navigator.mozNfc DOM to be created. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/faaf2b447dad
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 946047: Add nfc read only permissions to Settings UI to allow navigator.mozNfc DOM to be created.

This fix is needed for apps using NFC if "HasNfcSupport" is added to the navigator MozNfc WebIDL.

Conflicts:
	apps/settings/manifest.webapp
2013-12-11 21:10:23 -08:00
Gaia Pushbot
65057ab3c9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a91a7956eb49
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #14564 from EragonJ/bug-948769

Bug 948769 - [Settings][DSDS] Default service ID should be a number

========

https://hg.mozilla.org/integration/gaia-central/rev/302a148e42af
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 948769 - [Settings][DSDS] Default service ID should be a number

- make all settings from String to Number
2013-12-11 20:30:23 -08:00
Vicamo Yang
0d873bb3ee Bug 940884 - 3/3. test cases. r=gene 2013-12-12 11:45:35 +08:00
Vicamo Yang
9a2d6b647b Bug 940884 - 2.b/3. Move init functions out of MobileMessage constructor. r=gene 2013-12-12 11:45:28 +08:00
Vicamo Yang
2371236b4a Bug 940884 - 2.a/3. Changes to adopt MobileMessageDB.jsm. r=gene 2013-12-12 11:45:24 +08:00
Vicamo Yang
3e669cc628 Bug 940884 - 1/3: B2G SMS: Create MobileMessageDB.jsm for automation tests. r=khuey
--HG--
rename : dom/mobilemessage/src/gonk/MobileMessageDatabaseService.js => dom/mobilemessage/src/gonk/MobileMessageDB.jsm
2013-12-12 11:45:19 +08:00
Ryan VanderMeulen
71e2d26672 Merge m-c to inbound. 2013-12-11 22:42:05 -05:00
Gaia Pushbot
0018ad444b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8657b910fdcd
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #14563 from mpizza/Bug_944009

Bug 944009 - [B2G][Keyboard] Keyboard does not always display when tapping on a text field. r=timdream,
        -- handle OOM

========

https://hg.mozilla.org/integration/gaia-central/rev/0088f409b65a
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 944009 - [B2G][Keyboard] Keyboard does not always display when tapping on a text field
    -- handle OOM

========

https://hg.mozilla.org/integration/gaia-central/rev/84a2d07e16ed
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #14553 from alivedise/bugzilla/948792/cardview-transition

Bug 948792 - Fix cardview transition, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/b429f6fca1d6
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 948792 - Fix cardview transition
2013-12-11 19:30:24 -08:00
Gaia Pushbot
eca3795c61 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3d0d3b3e1556
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #14528 from snowmantw/issue948299

Bug 948299 - [BuildScript] Use PROFILE_DIR instead of PROFILE_FOLDER in the extension handling module

========

https://hg.mozilla.org/integration/gaia-central/rev/5d4be4ab7ce5
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 948299 - [BuildScript] Use PROFILE_DIR instead of PROFILE_FOLDER in the extension handling module

========

https://hg.mozilla.org/integration/gaia-central/rev/5280aba84106
Author: Askeing Yen (fyen) <askeing@gmail.com>
Desc: Merge pull request #14580 from zacc/bug_948822

Bug 948822 - Fix xfail message for test_cards_view_with_two_apps.py

========

https://hg.mozilla.org/integration/gaia-central/rev/d803c6844afb
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 948822 - Fix xfail message for test_cards_view_with_two_apps.py
2013-12-11 19:20:23 -08:00
Ryan VanderMeulen
cfd4ca90bc Merge fx-team to m-c. 2013-12-11 22:02:30 -05:00
Gaia Pushbot
10598ad98b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a192fcf2927
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #14572 from crh0716/948852

Bug 948852 - Fix the event creation error r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/745b0e8f854a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 948852 - Fix the event creation error
2013-12-11 18:30:24 -08:00
Gaia Pushbot
052b6f9606 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e03df840624e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #14554 from alivedise/bugzilla/948811_master/jsdoc-refine

Bug 948811 - Remove HTML in comments, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/e8e87075e963
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 948811 - Remove HTML in comments
2013-12-11 17:25:23 -08:00
Gaia Pushbot
0cdf421097 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c831d6b0e27a
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #14542 from punamdahiya/Bug947028

Bug 947028 - Fix of overlapping checkboxes while selecting ring tones r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/c299cbf08edc
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 947028 - Fix of overlapping checkboxes while selecting ring tones r=davidflanagan
2013-12-11 17:00:24 -08:00
Dale Harvey
6ecc49a360 Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats 2013-12-12 00:39:06 +00:00
Matt Brubeck
411cdadc85 Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00
Ryan VanderMeulen
53a0387eb1 Merge m-c to fx-team. 2013-12-11 22:44:00 -05:00
Brad Lassey
f2777b5a19 bug 944104 - support creating a GeckoView programmatically, follow up to have just one LayerView constructor r=mfinkle 2013-12-11 21:03:56 -05:00
Matt Brubeck
f22f1abbbf Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome 2013-12-11 18:46:53 -08:00
Lucas Rocha
52f8a5d808 Bug 945212 - Encapsulate identity data/security mode behind a type-safe API (r=margaret) 2013-12-12 00:28:15 +00:00
Lucas Rocha
cd8e722b78 Bug 943915 - Encapsulate button click listener in SiteIdentityPopup (r=wesj) 2013-12-12 00:28:14 +00:00
Lucas Rocha
131a49b995 Bug 943915 - Change SiteIdentityPopup's API to be package-scoped (r=wesj) 2013-12-12 00:28:14 +00:00
Lucas Rocha
d5faac5b26 Bug 943915 - Encapsulate SiteIdentityPopup into BrowserToolbar (r=wesj) 2013-12-12 00:28:14 +00:00
Lucas Rocha
97032192e6 Bug 943915 - Remove 'a' prefix from arguments in ArrowPopup/SiteIdentityPopup (r=wesj) 2013-12-12 00:28:14 +00:00
Lucas Rocha
870bda677c Bug 943915 - Add ArrowPopup constructor without anchor view argument (r=wesj) 2013-12-12 00:28:14 +00:00
Lucas Rocha
93dd334270 Bug 943915 - Move SiteIdentityPopup to the toolbar package (r=wesj)
--HG--
rename : mobile/android/base/SiteIdentityPopup.java => mobile/android/base/toolbar/SiteIdentityPopup.java
2013-12-12 00:28:14 +00:00
Lucas Rocha
a4c7b100af Bug 943915 - Small cleanup on the use of Resources in ArrowPopup (r=wesj) 2013-12-12 00:28:13 +00:00
Lucas Rocha
5482eb08d3 Bug 943915 - Move DoorHanger to the widget package (r=wesj)
--HG--
rename : mobile/android/base/DoorHanger.java => mobile/android/base/widget/DoorHanger.java
2013-12-12 00:28:13 +00:00
Lucas Rocha
ecf342e3fb Bug 943915 - Make DoorHanger's API public (r=wesj) 2013-12-12 00:28:13 +00:00
Matt Brubeck
924067d37e Bug 946340 - Enable vertical scrolling on about:start in portrait [r=ally] 2013-12-11 16:24:24 -08:00
Matt Brubeck
761e142d7e Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00