Commit Graph

174 Commits

Author SHA1 Message Date
Ryan VanderMeulen
3f1683a457 Backed out changeset f9d83ec11ca9 (bug 936555) for checktest failures.
CLOSED TREE
2014-01-27 16:24:52 -05:00
Nathan Froyd
3a2b40d1f8 Bug 936555 - make mozinfo use MozconfigLoader to locate the mozconfig; r=gps 2014-01-27 11:35:59 -05:00
Myk Melez
67ab064bbd Bug 960811 - enable synthetic APKs by default in Fennec builds; r=mfinkle 2014-01-26 16:08:00 -08:00
Martyn Haigh
8cd9011a43 Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
--HG--
rename : mobile/android/base/webapp/WebAppAllocator.java => mobile/android/base/webapp/Allocator.java
rename : mobile/android/base/webapp/WebAppDispatcher.java => mobile/android/base/webapp/Dispatcher.java
extra : rebase_source : a7e66abdf7738d1ae96a167bf6df7a58c208efa1
2014-01-24 21:57:13 -08:00
Jeff Walden
e70e616129 Bug 948583 - Implement __proto__ in object literals using a new JSOp. The JSOp still uses setprop-like behavior to mutate the [[Prototype]]; we'll change that in a subsequent patch, coming probably in the next couple weeks (definitely before uplift). r=jorendorff, r=efaust
--HG--
extra : rebase_source : d779071661bbb1375b8eff60afa7cdf36d2c3005
2013-12-11 16:03:57 -08:00
Sylvestre Ledru
6f0bacb81e Bug 781552 - Turn on -Werror=int-to-pointer-cast globally. r=ted 2014-01-22 10:41:34 -05:00
Marco Bonardo
77f4e081c3 no bug - touch the CLOBBER file to avoid "configure change" bustage. 2014-01-22 09:42:23 +01:00
Ryan VanderMeulen
c285ba396d Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Mark Finkle
8784191625 Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Nathan Froyd
fa3c6f5af8 Backout aa955afe7507:49f1c6fa27f8 (bug 953381) for robocop orange on this CLOSED TREE 2014-01-20 20:06:34 -05:00
Mark Finkle
e672e1b00d Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Brian Nicholson
d0fb85dda5 Bug 917896 - Replace throbber with progress bar. r=lucasr 2014-01-17 20:03:59 -08:00
Brian Smith
c9817eea2c Bug 958916: Update NSS to NSS 3.15.5 beta 2 (NSS_3_15_5_BETA2) plus private patch for bug 950129, CLOBBER, r=me
--HG--
extra : rebase_source : a0a28ba744ecf81510a4c5bec3a353e4fe275f5a
extra : amend_source : e8b89e0560fc75de5557b8e4543269363f417132
2014-01-16 13:18:55 -08:00
Sachin Hosmani
4ce169f118 Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
CLOSED TREE
2014-01-06 14:16:32 +05:30
Mike Hommey
64fdc4d9ca Bug 950298 - Make the js build system use top-level as its root objdir. r=gps 2014-01-14 07:38:40 +09:00
Lucas Rocha
14c8882d88 Bug 958185 - Rename Page* terminology to Panel* in the home package (r=margaret)
--HG--
rename : mobile/android/base/home/BookmarksPage.java => mobile/android/base/home/BookmarksPanel.java
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/home/LastTabsPage.java => mobile/android/base/home/LastTabsPanel.java
rename : mobile/android/base/home/ListPage.java => mobile/android/base/home/ListPanel.java
rename : mobile/android/base/home/MostRecentPage.java => mobile/android/base/home/MostRecentPanel.java
rename : mobile/android/base/home/ReadingListPage.java => mobile/android/base/home/ReadingListPanel.java
rename : mobile/android/base/home/TopSitesPage.java => mobile/android/base/home/TopSitesPanel.java
rename : mobile/android/base/resources/drawable/home_page_title_background.xml => mobile/android/base/resources/drawable/home_panel_title_background.xml
rename : mobile/android/base/resources/layout-large-land-v11/home_history_page.xml => mobile/android/base/resources/layout-large-land-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_page.xml => mobile/android/base/resources/layout-xlarge-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_bookmarks_page.xml => mobile/android/base/resources/layout/home_bookmarks_panel.xml
rename : mobile/android/base/resources/layout/home_history_page.xml => mobile/android/base/resources/layout/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_last_tabs_page.xml => mobile/android/base/resources/layout/home_last_tabs_panel.xml
rename : mobile/android/base/resources/layout/home_most_recent_page.xml => mobile/android/base/resources/layout/home_most_recent_panel.xml
rename : mobile/android/base/resources/layout/home_reading_list_page.xml => mobile/android/base/resources/layout/home_reading_list_panel.xml
rename : mobile/android/base/resources/layout/home_top_sites_page.xml => mobile/android/base/resources/layout/home_top_sites_panel.xml
rename : mobile/android/base/tests/testBookmarksPage.java => mobile/android/base/tests/testBookmarksPanel.java
2014-01-10 17:18:07 -08:00
Lucas Rocha
05f3f806bf Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret) 2014-01-09 14:56:41 +00:00
Ed Morley
a23c379f00 Bug 956240 - Update clobber file due to bug 956723; DONTBUILD 2014-01-06 15:19:11 +00:00
Ben Tian
0711a195f5 Bug 939022 - BluetoothUtils for bluedroid. Patch 3/3: CLOBBER change, r=echou 2013-12-23 09:43:42 +08:00
Chenxia Liu
ecf8db680a Bug 910189: Part 3 - Restore default search engines (no dialog). r=margaret 2013-12-20 10:35:48 -08:00
Matt Brubeck
e5db90c91f Bug 878935 followup - touch CLOBBER file to clean up bustage 2013-12-20 07:58:12 -08:00
Brian Hackett
6844e7e5ca Bug 932982 - Trace type constraints and allow preserving jitcode in GCs without also marking all type information, r=billm, r=jandem 2013-12-12 13:10:54 -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
Cykesiopka
ff1f8147d8 Bug 835150 - Remove fast-package make target and references to MOZ_FAST_PACKAGE. r=mshal 2013-12-12 17:36:59 -05:00
Nick Alexander
0137e81718 Bug 934646 - Clobber. r=me
--HG--
extra : rebase_source : cdd78d0fdc02e2590862abe9c2f171581a6f8976
2013-12-11 21:20:11 -08:00
Bobby Holley
0b210c570a Bug 937317 - touch clobber file. r=me 2013-12-11 17:51:59 -08:00
Boris Zbarsky
96e8068f02 Clobber for bug 946067 to fix Windows silliness and reopen the CLOSED TREE. 2013-12-09 11:08:05 -05:00
Phil Ringnalda
57060045c3 Bug 908695 followup, touch CLOBBER because bug 928195
CLOSED TREE
2013-12-07 21:55:09 -08:00
Phil Ringnalda
d1ba8751f2 Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test 2013-12-07 11:08:56 -08:00
Arno Puder
7daf84295f Bug 933585 - WebIDL changes for Uint8Array. r=khuey 2013-11-08 15:04:47 -08:00
Bobby Holley
a22ea13da5 Bug 947080 - Update clobber file. r=me 2013-12-05 22:09:09 -08:00
Ryan VanderMeulen
fe93ce0fd5 Merge inbound to m-c. 2013-12-05 17:29:03 -05:00
Siddartha Pothapragada
a47318a090 Bug 933136 - Part 1: Add Nfc DOM event handlers 'onpeerready' and 'onpeerlost'. r=khuey, sr=smaug
Add new interface 'checkP2PRegistration' to MozNfc and two 'ChromeOnly' interfaces 'eventListenerWasAdded' 'eventListenerWasRemoved' to support basic PeerToPeer use cases.

--HG--
extra : rebase_source : 43f0021b85624d87fdcb5e9445c976bb6efb9219
2013-11-24 20:40:39 -08:00
Ryan VanderMeulen
9c6ad74e9e Backed out 5 changesets (bug 811635) for B2G mochitest-8 orange.
Backed out changeset ad72f0b9e16a (bug 811635)
Backed out changeset 4acc0f028076 (bug 811635)
Backed out changeset b695cdc91edc (bug 811635)
Backed out changeset 6c9ca70f582d (bug 811635)
Backed out changeset 0338e84d99a7 (bug 811635)
2013-12-03 10:06:59 -05:00
Henry Chang
6606305b27 Bug 811635 - Part 1: Webidls/idls for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang, sr=mrbkap 2013-11-28 15:54:07 +08:00
Eric Chou
52c42a6be6 Bug 915533 - Remove files that were accidentally restored, r=gyeh 2013-12-03 14:45:01 +08:00
Ryan VanderMeulen
3e592ac4e3 Merge fx-team to m-c. 2013-12-02 16:43:03 -05:00
Ryan VanderMeulen
994cdadd13 Merge inbound to m-c. 2013-12-02 16:39:00 -05:00
Ben Tian
47a8c94fc5 bug 915533 - opp-clobber, r=echou 2013-12-02 16:21:53 +08:00
Byron Campen [:bwc]
3717ae5701 Bug 935723. Part 1. Decouple ICE state with ICE gathering state r=ekr,abr,jesup 2013-11-13 14:53:30 -08:00
Byron Campen [:bwc]
7490fe07c9 Bug 906990: Part 10. Webidl and implementation for WebrtcGlobal. Encompasses things like global stats and logging. r=jib,bz 2013-11-25 11:01:03 -08:00
Ted Mielczarek
6e07cfcb3e bug 942207 - Update NSPR to NSPR_4_10_3_BETA1
--HG--
extra : rebase_source : cece0860369aeebbb0cac304d069ecc91e08b48a
2013-11-22 14:42:35 -05:00
Vicamo Yang
151b9f17e5 Bug 921918 - 4.c/4: clobber. r=me 2013-11-25 18:55:10 +08:00
Richard Newman
9b8de13fb1 No bug: clobber. a=bustage 2013-11-22 17:49:29 -08:00
Ryan VanderMeulen
1e4b2d1860 Merge inbound to m-c. 2013-11-22 15:18:19 -05:00
Ryan VanderMeulen
3c15925167 Merge b2g-inbound to m-c. 2013-11-21 15:22:03 -05:00
Ryan VanderMeulen
500c281c32 Merge m-c to inbound. 2013-11-21 14:41:01 -05:00
Ryan VanderMeulen
66f4b8c5f3 No bug - Touch CLOBBER due to bustage from recent backouts. 2013-11-20 13:36:26 -05:00
Nick Alexander
31e661b7bc Bug 934646 - Clobber. r=me 2013-11-19 11:20:48 -08:00
Gregory Szorc
f8426fa8ea Backed out 4 changesets (c0e8f2c0465f::608c663f691f) (bug 928195) for landing prematurely
--HG--
extra : rebase_source : fa42534ef50a0373738349f17b2ca57510bdd6ac
2013-11-19 10:16:51 -08:00