Граф коммитов

25840 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher c725a726be Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00
Alex Bardas 9507984a43 Bug 1044577 - Add xpcshell test to ensure that methods from SearchStaticData module can be overwritten. r=Paolo 2014-08-20 16:57:00 -04:00
Tomasz Kołodziejski a44e895971 Bug 1033406 - Promise.jsm promise should still work after Object.freeze. r=paolo
Fix by moving internal properties into N_INTERNALS.
2014-08-20 10:19:00 -04:00
Nigel Babu 3f9402bca3 Merge m-c to fx-team 2014-08-22 07:17:47 +05:30
Ryan VanderMeulen bb41831e72 Backed out changeset 495a024e0c4d (bug 871423) for xpcshell failures. 2014-08-21 21:38:37 -04:00
Wes Kocher 7c30e1bbf2 Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Wes Kocher f45c859923 Merge b2g-inbound to m-c a=merge 2014-08-21 17:57:44 -07:00
Wes Kocher b82f058ff2 Merge fx-team to m-c a=merge 2014-08-21 17:44:40 -07:00
Heather Arthur f03dd10114 Bug 871423 - Open correct inline stylesheet from style inspector link; r=bgrins 2014-08-21 15:51:33 -07:00
Jared Wein 40a594a21c Bug 1007336 - Set lightweight themes in customization mode. r=gijs 2014-08-21 15:57:41 -04:00
Ed Morley 397a7dc6b8 Merge mozilla-central and b2g-inbound 2014-08-21 14:28:53 +01:00
Ed Morley 7412a6ccf2 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-21 13:22:44 +01:00
Gian-Carlo Pascutto 0f5d38ed3c Bug 1055670 - Re-enable removed ApplicationReputation tests. r=mmc 2014-08-20 15:39:39 +02:00
Alexandre Lissy 071721792e Bug 1056034 - Avoid unassigned lastUpdateTime use. r=rstrong
Scope of 'let' variables is limited to the current block, however, there
is a later use of this variable that is done outside of the block where
it's declared as 'var'. We declare the variable as 'var' and at the top
level of the function to make sure that it is a legit one when we want
to assign it.
2014-08-20 07:02:00 -04:00
Bernardo P. Rittmeyer 2551a804af Bug 1053467 - Add telemetry to measure the usage and values of the sizes attribute of <link rel=icon>. r=MattN 2014-08-20 23:29:00 -04:00
David Rajchenbach-Teller ce2b9814dc Bug 1044700 - Make OS.Path.join and OS.File.makeDir more resilient to denormalized paths. r=froydnj 2014-08-20 07:39:00 -04:00
Ed Morley c1b14be4c2 Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Ryan VanderMeulen 556b135ea8 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
J. Ryan Stinnett 659cf43155 Bug 1054338 - GCLI listen needs a separate loader. r=fitzgen 2014-08-19 15:04:00 -04:00
Roberto A. Vitillo 3eb77a08ed Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg
CLOSED TREE
2014-08-19 10:31:00 -04:00
Birunthan Mohanathas 6737eb669c Bug 1009370 - Part 1: Move .inline-link style from preferences.css to common.inc.css. r=Unfocused 2014-08-26 07:11:02 -07:00
Jared Wein 7a1be70c02 Bug 1037049 - In-content preference subdialogs that contain a <resizer> need to have their <resizer> removed and passed in as a "resizable" window opening parameter. r=Gijs 2014-08-20 17:22:55 -04:00
Patrick Brosset 582f6e4122 Bug 971662 - part 2 - Highlight nodes matching style-editor selectors on mouseover; r=harth 2014-08-20 22:41:07 +02:00
Jordan Santell ed01e62cf6 Bug 1025864 - Add observer updates when AudioParams change in the Web Audio Editor. r=vp, r=dcamp 2014-08-19 08:57:00 -04:00
Ed Morley aae02d523c Merge mozilla-central and fx-team 2014-08-20 15:18:31 +01:00
Ed Morley acd103862f Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
Mike Conley 36148f8108 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Mark Finkle 99cb17f066 Bug 1042715 - Add support for Restricted Profiles r=rnewman 2014-08-20 09:10:06 -04:00
Ryan VanderMeulen c6e10de0e1 Merge inbound to m-c. a=merge 2014-08-19 16:09:47 -04:00
Jim Chen 9672b36b1a Bug 1046307 - Run test_ThreadHangStats.js sequentially; r=vladan 2014-08-19 12:19:07 -04:00
Nicholas Nethercote 194a53e7c2 Bug 1054318 - Replace multiple addresses in paths when diffing memory reports. r=erahm.
--HG--
extra : rebase_source : 317c4b5c371ff084673d4ada81143b5a8955151a
2014-08-19 18:28:42 -07:00
Bill McCloskey 0f6b688b48 Bug 1046964 - Fix some JS warnings (r=ttaubert) 2014-08-19 17:27:58 -07:00
Neil Deakin 5b7bd7b9dd Bug 1045000, don't set the previously focused element to a window, which can later cause the window to focus and bring itself to the front when the panel closes, r=dao 2014-08-19 20:01:41 -04:00
Bill McCloskey fba26ad713 Bug 1053458 - Ignore failures sending Browser:Init message (r=felipe) 2014-08-19 15:48:58 -07:00
Monica Chew 9c9c6e5f42 Bug 1055670: Disable test that relies on old behavior (r=gcp) 2014-08-19 14:15:43 -07:00
Ryan VanderMeulen 8df0faf2d0 Merge m-c to inbound. a=merge 2014-08-19 16:25:33 -04:00
Ed Morley d7c0cf5802 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-19 14:32:54 +01:00
Bill McCloskey 70b25550a4 Bug 1045826 - Add missing null check in popup blocking (r=felipe) 2014-08-18 16:18:28 -07:00
Georgios Kontaxis 17142ab846 Bug 1055180: cleanup functions in test_classified_annotations and test_allowlisted_annotations. Making sure the nsChannelClassifier::ShouldEnableTrackingProtection does not abort on chrome URIs. (r=mmc) 2014-08-18 14:58:33 -07:00
Rafael Kourdis 4ac3690226 Bug 1030487 - Don't report main-thread I/O to Telemetry unless it lasts more than 50ms; r=vladan 2014-08-18 18:42:14 -04:00
Bernardo P. Rittmeyer e5c228e808 Bug 1052174 - Applied -moz-resolution fragment to favicons to enable support for high resolution throughout the UI. r=MattN 2014-08-18 14:42:00 -07:00
Jan Keromnes 931b838202 Bug 1049835 - Don't require actor clients to have a detach method. r=ochameau 2014-08-18 06:14:00 -04:00
Kyle Huey da96f21c63 Bug 1034317: Inherit from interfaces when using the NS_DECL_NSIFOO macros in toolkit. r=mak 2014-08-19 18:02:25 -07:00
Ryan VanderMeulen f290da4831 Merge m-c to inbound. a=merge 2014-08-25 16:28:25 -04:00
Robert Bindar 29ee85a120 Bug 899585 - Add custom data support in the Notification constructor r=baku 2014-08-20 17:56:12 -07:00
Aaron Klotz e6a7afaf9b Bug 286355: nsIProfileUnlocker for Win32; r=bsmedberg
--HG--
extra : rebase_source : 523d763bc480a4c1b9076225e86193b61524090a
2014-08-20 16:47:11 -06:00
Aaron Klotz 8062eacfae Bug 1046942: Start a new Firefox instance upon successful profile unlock; r=bsmedberg
--HG--
extra : rebase_source : e5120f8bd63a7c3298f02874078e3cae37346115
2014-08-20 16:46:56 -06:00
Ryan VanderMeulen baca1ac7b9 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-20 16:23:04 -04:00
Monica Chew a71555b0a9 Bug 1055670: Disable remote lookups (r=gcp) 2014-08-19 12:57:58 -07:00
Daniel Holbert 379e8ef958 Bug 1055650: Rename CPS2__stmt argument, to fix JS warning about redeclaring argument. r=adw 2014-08-19 12:29:35 -07:00
Marco Castelluccio 9097206f3c Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Ryan VanderMeulen 625adb8d57 No bug - Widen the allowable number of asserts in test_bug437844.xul to 19-21 so we don't have to keep adjusting it everytime something randomly perturbs it. 2014-08-19 15:12:25 -04:00
Jim Mathies a72af37b5f Bug 691601 - Update browser form validation so that it is e10s compatible. r=felipe, dao 2014-08-21 10:42:42 -05:00
Jim Mathies 2e6d4bf133 Bug 691601 - Add new zoom related dom events to remote-browser. r=dao 2014-08-21 10:42:41 -05:00
Wes Kocher 06c0627ed1 Merge m-c to inbound a=merge 2014-08-27 16:59:25 -07:00
Neil Rashbrook 171b0685b3 Bug 1058436 Don't access xulstore.json in safe mode r=Enn 2014-08-28 00:19:57 +01:00
Olli Pettay c57e3cc0fe Bug 1055456 - Add null check to fix crash in [@ nsTypeAheadFind::GetSearchContainers]. r=mrbkap 2014-08-27 08:21:00 -04:00
Ryan VanderMeulen fde127a403 Merge inbound to m-c. a=merge 2014-08-18 16:04:28 -04:00
Ryan VanderMeulen f2544ab7b8 Backed out changeset 085acacbd031 (bug 960671) for mochitest-other crashes. 2014-08-18 15:12:38 -04:00
Nick Fitzgerald 0e4b014205 Bug 960671 - Part 2: Add RDP requests for recording allocations. r=past 2014-08-18 10:32:29 -07:00
Gian-Carlo Pascutto 9db8d6df5a Bug 1050141 - Clamp the Telemetry of ApplicationReputation responses. r=mmc 2014-08-18 19:09:43 +02:00
Ed Morley 1f56ef05c9 Merge mozilla-central and fx-team 2014-08-18 15:30:22 +01:00
Patrick Brosset caffbeac8a Bug 1030735 - Enable devtools/styleinspector test with e10s. r=jwalker 2014-08-18 01:19:00 -04:00
Ed Morley 5b13b797b8 Backed out changeset 143ae44587b2 (bug 559505) for xperf failures 2014-08-20 17:10:05 +01:00
Markus Stange 477587277a Bug 1015721 - Detect zoom changes by listening for ZoomChangeUsingMouseWheel events instead of DOMMouseScroll events. r=dao 2014-08-20 17:13:35 +02:00
Harshit Harchani 5bce767329 Bug 1051221 - Changed way to remove 'view-souce:' in URL using regex-replace instead of substring, used while saving the MathML source page. r=MattN 2014-08-20 04:30:17 +05:30
Roberto A. Vitillo 94f55c9aaa Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg 2014-08-19 10:31:00 -04:00
Dão Gottwald 1d204b2160 Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw 2014-08-09 00:57:46 +02:00
Ryan VanderMeulen 5fe0932115 Merge inbound to m-c. a=merge 2014-08-16 17:42:29 -04:00
Jakub Jurovych c0f928e334 Bug 949762 - Tracer should respect black boxing. r=fitzgen 2014-08-14 18:02:00 -04:00
Shane Caraveo 405e400185 Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-15 14:23:23 -07:00
Ryan VanderMeulen 9c4e668647 Merge fx-team to m-c. a=merge 2014-08-15 16:22:55 -04:00
Ryan VanderMeulen c01ab4a7c8 Merge inbound to m-c. a=merge 2014-08-15 16:10:19 -04:00
Ryan VanderMeulen aca2e09af9 Bug 1026805 - Disable frequently-hanging mozapps tests on OSX. a=me 2014-08-15 14:32:11 -04:00
Ed Morley ce398ca5f7 Merge mozilla-central and fx-team 2014-08-15 17:37:16 +01:00
Ed Morley 4ac12e8bdf Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-15 17:08:21 +01:00
Paolo Amadini d500d97e10 Bug 1053357 - Search terms with multiple spaces are displayed with plus signs in the location bar. r=gavin 2014-08-15 10:19:31 +01:00
Ed Lee f0c1aae7dc Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
Ryan VanderMeulen 6d7abde6f2 Merge fx-team to m-c. a=merge 2014-08-14 17:11:56 -04:00
Ed Morley d788f0895c Backed out changeset adaf86c7288e (bug 1034679) 2014-08-14 18:07:06 +01:00
Robert O'Callahan 3fa85fd10e Bug 263049. Hack nsTypeAheadFind to search XMLPrettyPrinter's pretty-printed DOM when the root node has an XBL binding. r=mrbkap
--HG--
extra : rebase_source : 33bfe389b08dfb76964eb986f13ee7b93a2f0f54
2014-08-15 22:47:46 +12:00
Marco Bonardo c9bb9a8cf5 Bug 1051830 - Unexpected in-the-middle completion in the urlbar. r=ttaubert 2014-08-14 17:11:41 +02:00
Steve Fink 8b62e3b1a3 Bug 1037358 - Fix up ArrayBufferObject malloc accounting, assigning to correct zone for all types, r=terrence,froydnj,smaug 2014-08-12 16:59:12 -07:00
Alex Bardas c252b0f4eb Bug 1034679 - Visually display that plug-in states are locked in Add-ons Manager. r=Unfocused 2014-08-11 16:20:00 -04:00
Manish Goregaokar a442e0403a Bug 1028903 - Improve self-xss warning message for Scratchpad. r=jwalker 2014-08-14 07:03:00 -04:00
Richard Marti 2864da5d9e Bug 989469 - Move the common files from browser to global. r=Unfocused
--HG--
rename : browser/themes/linux/in-content/common.css => toolkit/themes/linux/global/in-content/common.css
rename : browser/themes/osx/in-content/common.css => toolkit/themes/osx/global/in-content/common.css
rename : browser/themes/shared/in-content/check.png => toolkit/themes/shared/in-content/check.png
rename : browser/themes/shared/in-content/check@2x.png => toolkit/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/in-content/common.inc.css => toolkit/themes/shared/in-content/common.inc.css
rename : browser/themes/shared/in-content/dropdown-disabled.png => toolkit/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/in-content/dropdown-disabled@2x.png => toolkit/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/in-content/dropdown.png => toolkit/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/in-content/dropdown@2x.png => toolkit/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/in-content/help-glyph.png => toolkit/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/in-content/help-glyph@2x.png => toolkit/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/in-content/sorter.png => toolkit/themes/shared/in-content/sorter.png
rename : browser/themes/shared/in-content/sorter@2x.png => toolkit/themes/shared/in-content/sorter@2x.png
rename : browser/themes/windows/in-content/common.css => toolkit/themes/windows/global/in-content/common.css
2014-08-12 20:54:40 +02:00
Alex Bardas 3f37e79c4e Bug 1034679 - Visually display that plug-in states are locked in Add-ons Manager. r=Unfocused 2014-08-11 16:20:00 -04:00
Kershaw Chang fe70832590 Bug 1020204 - Allow creating nested oop MozApp iframe. r=khuey, r=kanru 2014-08-13 02:18:00 -04:00
Alexander Seleznev c331ffe05f Bug 803633 - Update tests. r=mstange 2014-08-10 05:38:00 -04:00
Ryan VanderMeulen c33a664a92 Backed out changeset 3ad9f60f1972 (bug 1032055) for B2G ICS bustage. 2014-08-15 23:14:30 -04:00
Trevor Saunders bdc41d899e bug 1032055 - fix ordering of static xul component constants with LTO r=glandium 2014-08-15 21:55:24 -04:00
Ryan VanderMeulen 8d1b525259 Merge m-c to inbound. a=merge 2014-08-15 17:04:03 -04:00
Ian Neal ecabb3f6d8 Bug 1053439 - MOZ_APP_COMPONENT_MODULES and MOZ_APP_EXTRA_LIBS are no longer required r=glandium 2014-08-15 20:40:19 +01:00
Bill McCloskey b6264372dc Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
Trevor Saunders 082e8e418e bug 1032055 - prevent lto from reordering static xul component constants r=glandium 2014-08-28 16:41:18 -04:00
Bill McCloskey 90e0a9f8c4 Bug 1059007 - [e10s] Update canGoBack for subframe navigations (r=felipe) 2014-08-28 13:37:16 -07:00
Ryan VanderMeulen c3e885e82c Merge m-c to inbound. a=merge 2014-08-28 16:24:20 -04:00
Monica Chew 4c9dc9648e Bug 1057848: Restore remote lookup logic, add 2 flags for hotfixing, always set all prefs (r=gcp) 2014-08-27 15:57:49 -07:00
Chris Peterson c45b49542e Bug 1046006 - Remove telemetry for JS versions (JS_MINOR_VERSION). r=till 2014-07-29 23:05:50 -07:00
Ed Lee b06eddffed Bug 1042876 - Update newtab endpoints to new v2/links [r=adw]
Point to new endpoints that can be strict on types, so request the appropriate content type.
2014-07-23 14:33:13 -07:00
Ed Lee 5b064add4e Bug 1042214 - Send detailed view ping of shown tiles [r=adw f=gavin]
Report click and view pings the same way by including sites with their metadata when tiles are enhanced defaulting to true unless DNT is on. Remove telemetry probes and related now unused codepaths. Explicitly not send urls for history and only for enhanced.
2014-08-08 15:40:40 -08:00
Robert O'Callahan 43fa3946ce Bug 1048579. Always sniff for media loads. r=bzbarsky
--HG--
extra : rebase_source : 39b6d37dbbf138095856954bee583e84cfd971b5
2014-08-23 00:08:14 +12:00
Ed Morley 7e60824dd4 Merge mozilla-central and inbound 2014-08-15 17:35:20 +01:00
Benjamin Smedberg aa23f17657 Bug 1053836 - Fix subclassing of prefix loggers by only overriding the log() method, not all the other methods. This fixes `this` resolution in the Experiment log override, r=gps
--HG--
extra : rebase_source : fd81dc1a5aa15b4b1e57413991a787a463b42945
2014-08-14 16:30:54 -04:00
Alex Bardas 0647fe4544 Bug 999293 - [e10s] Make charset menu work. r=adw 2014-08-13 13:29:00 -04:00
Ehsan Akhgari 22b7f33edd Bug 1042469 - Flatten editor/libeditor/base to editor/libeditor; r=poiru
--HG--
rename : editor/libeditor/base/ChangeAttributeTxn.cpp => editor/libeditor/ChangeAttributeTxn.cpp
rename : editor/libeditor/base/ChangeAttributeTxn.h => editor/libeditor/ChangeAttributeTxn.h
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.cpp => editor/libeditor/ChangeCSSInlineStyleTxn.cpp
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.h => editor/libeditor/ChangeCSSInlineStyleTxn.h
rename : editor/libeditor/base/CreateElementTxn.cpp => editor/libeditor/CreateElementTxn.cpp
rename : editor/libeditor/base/CreateElementTxn.h => editor/libeditor/CreateElementTxn.h
rename : editor/libeditor/base/DeleteNodeTxn.cpp => editor/libeditor/DeleteNodeTxn.cpp
rename : editor/libeditor/base/DeleteNodeTxn.h => editor/libeditor/DeleteNodeTxn.h
rename : editor/libeditor/base/DeleteRangeTxn.cpp => editor/libeditor/DeleteRangeTxn.cpp
rename : editor/libeditor/base/DeleteRangeTxn.h => editor/libeditor/DeleteRangeTxn.h
rename : editor/libeditor/base/DeleteTextTxn.cpp => editor/libeditor/DeleteTextTxn.cpp
rename : editor/libeditor/base/DeleteTextTxn.h => editor/libeditor/DeleteTextTxn.h
rename : editor/libeditor/base/EditActionListener.h => editor/libeditor/EditActionListener.h
rename : editor/libeditor/base/EditAggregateTxn.cpp => editor/libeditor/EditAggregateTxn.cpp
rename : editor/libeditor/base/EditAggregateTxn.h => editor/libeditor/EditAggregateTxn.h
rename : editor/libeditor/base/EditTxn.cpp => editor/libeditor/EditTxn.cpp
rename : editor/libeditor/base/EditTxn.h => editor/libeditor/EditTxn.h
rename : editor/libeditor/base/IMETextTxn.cpp => editor/libeditor/IMETextTxn.cpp
rename : editor/libeditor/base/IMETextTxn.h => editor/libeditor/IMETextTxn.h
rename : editor/libeditor/base/InsertElementTxn.cpp => editor/libeditor/InsertElementTxn.cpp
rename : editor/libeditor/base/InsertElementTxn.h => editor/libeditor/InsertElementTxn.h
rename : editor/libeditor/base/InsertTextTxn.cpp => editor/libeditor/InsertTextTxn.cpp
rename : editor/libeditor/base/InsertTextTxn.h => editor/libeditor/InsertTextTxn.h
rename : editor/libeditor/base/JoinElementTxn.cpp => editor/libeditor/JoinElementTxn.cpp
rename : editor/libeditor/base/JoinElementTxn.h => editor/libeditor/JoinElementTxn.h
rename : editor/libeditor/base/PlaceholderTxn.cpp => editor/libeditor/PlaceholderTxn.cpp
rename : editor/libeditor/base/PlaceholderTxn.h => editor/libeditor/PlaceholderTxn.h
rename : editor/libeditor/base/SetDocTitleTxn.cpp => editor/libeditor/SetDocTitleTxn.cpp
rename : editor/libeditor/base/SetDocTitleTxn.h => editor/libeditor/SetDocTitleTxn.h
rename : editor/libeditor/base/SplitElementTxn.cpp => editor/libeditor/SplitElementTxn.cpp
rename : editor/libeditor/base/SplitElementTxn.h => editor/libeditor/SplitElementTxn.h
rename : editor/libeditor/base/crashtests/336104.html => editor/libeditor/crashtests/336104.html
rename : editor/libeditor/base/crashtests/382527-1.html => editor/libeditor/crashtests/382527-1.html
rename : editor/libeditor/base/crashtests/402172-1.html => editor/libeditor/crashtests/402172-1.html
rename : editor/libeditor/base/crashtests/407079-1.html => editor/libeditor/crashtests/407079-1.html
rename : editor/libeditor/base/crashtests/407256-1.html => editor/libeditor/crashtests/407256-1.html
rename : editor/libeditor/base/crashtests/430624-1.html => editor/libeditor/crashtests/430624-1.html
rename : editor/libeditor/base/crashtests/459613-iframe.html => editor/libeditor/crashtests/459613-iframe.html
rename : editor/libeditor/base/crashtests/459613.html => editor/libeditor/crashtests/459613.html
rename : editor/libeditor/base/crashtests/475132-1.xhtml => editor/libeditor/crashtests/475132-1.xhtml
rename : editor/libeditor/base/crashtests/633709.xhtml => editor/libeditor/crashtests/633709.xhtml
rename : editor/libeditor/base/crashtests/636074-1.html => editor/libeditor/crashtests/636074-1.html
rename : editor/libeditor/base/crashtests/713427-1.html => editor/libeditor/crashtests/713427-1.html
rename : editor/libeditor/base/crashtests/713427-2.xhtml => editor/libeditor/crashtests/713427-2.xhtml
rename : editor/libeditor/base/crashtests/762183.html => editor/libeditor/crashtests/762183.html
rename : editor/libeditor/base/crashtests/766360.html => editor/libeditor/crashtests/766360.html
rename : editor/libeditor/base/crashtests/766413.html => editor/libeditor/crashtests/766413.html
rename : editor/libeditor/base/crashtests/766845.xhtml => editor/libeditor/crashtests/766845.xhtml
rename : editor/libeditor/base/crashtests/768765.html => editor/libeditor/crashtests/768765.html
rename : editor/libeditor/base/crashtests/771749.html => editor/libeditor/crashtests/771749.html
rename : editor/libeditor/base/crashtests/772282.html => editor/libeditor/crashtests/772282.html
rename : editor/libeditor/base/crashtests/776323.html => editor/libeditor/crashtests/776323.html
rename : editor/libeditor/base/crashtests/crashtests.list => editor/libeditor/crashtests/crashtests.list
rename : editor/libeditor/base/nsEditProperty.h => editor/libeditor/nsEditProperty.h
rename : editor/libeditor/base/nsEditPropertyAtomList.h => editor/libeditor/nsEditPropertyAtomList.h
rename : editor/libeditor/base/nsEditRules.h => editor/libeditor/nsEditRules.h
rename : editor/libeditor/base/nsEditor.cpp => editor/libeditor/nsEditor.cpp
rename : editor/libeditor/base/nsEditor.h => editor/libeditor/nsEditor.h
rename : editor/libeditor/base/nsEditorCommands.cpp => editor/libeditor/nsEditorCommands.cpp
rename : editor/libeditor/base/nsEditorCommands.h => editor/libeditor/nsEditorCommands.h
rename : editor/libeditor/base/nsEditorController.cpp => editor/libeditor/nsEditorController.cpp
rename : editor/libeditor/base/nsEditorController.h => editor/libeditor/nsEditorController.h
rename : editor/libeditor/base/nsEditorEventListener.cpp => editor/libeditor/nsEditorEventListener.cpp
rename : editor/libeditor/base/nsEditorEventListener.h => editor/libeditor/nsEditorEventListener.h
rename : editor/libeditor/base/nsEditorUtils.cpp => editor/libeditor/nsEditorUtils.cpp
rename : editor/libeditor/base/nsEditorUtils.h => editor/libeditor/nsEditorUtils.h
rename : editor/libeditor/base/nsIAbsorbingTransaction.h => editor/libeditor/nsIAbsorbingTransaction.h
rename : editor/libeditor/base/nsSelectionState.cpp => editor/libeditor/nsSelectionState.cpp
rename : editor/libeditor/base/nsSelectionState.h => editor/libeditor/nsSelectionState.h
rename : editor/libeditor/base/nsStyleSheetTxns.cpp => editor/libeditor/nsStyleSheetTxns.cpp
rename : editor/libeditor/base/nsStyleSheetTxns.h => editor/libeditor/nsStyleSheetTxns.h
rename : editor/libeditor/base/tests/chrome.ini => editor/libeditor/tests/chrome.ini
rename : editor/libeditor/base/tests/file_bug586662.html => editor/libeditor/tests/file_bug586662.html
rename : editor/libeditor/base/tests/mochitest.ini => editor/libeditor/tests/mochitest.ini
rename : editor/libeditor/base/tests/moz.build => editor/libeditor/tests/moz.build
rename : editor/libeditor/base/tests/test_bug408231.html => editor/libeditor/tests/test_bug408231.html
rename : editor/libeditor/base/tests/test_bug46555.html => editor/libeditor/tests/test_bug46555.html
rename : editor/libeditor/base/tests/test_bug502673.html => editor/libeditor/tests/test_bug502673.html
rename : editor/libeditor/base/tests/test_bug514156.html => editor/libeditor/tests/test_bug514156.html
rename : editor/libeditor/base/tests/test_bug567213.html => editor/libeditor/tests/test_bug567213.html
rename : editor/libeditor/base/tests/test_bug586662.html => editor/libeditor/tests/test_bug586662.html
rename : editor/libeditor/base/tests/test_bug599983.html => editor/libeditor/tests/test_bug599983.html
rename : editor/libeditor/base/tests/test_bug599983.xul => editor/libeditor/tests/test_bug599983.xul
rename : editor/libeditor/base/tests/test_bug646194.xul => editor/libeditor/tests/test_bug646194.xul
rename : editor/libeditor/base/tests/test_bug742261.html => editor/libeditor/tests/test_bug742261.html
rename : editor/libeditor/base/tests/test_bug773262.html => editor/libeditor/tests/test_bug773262.html
rename : editor/libeditor/base/tests/test_bug795785.html => editor/libeditor/tests/test_bug795785.html
rename : editor/libeditor/base/tests/test_composition_event_created_in_chrome.html => editor/libeditor/tests/test_composition_event_created_in_chrome.html
rename : editor/libeditor/base/tests/test_dragdrop.html => editor/libeditor/tests/test_dragdrop.html
rename : editor/libeditor/base/tests/test_selection_move_commands.xul => editor/libeditor/tests/test_selection_move_commands.xul
2014-08-15 10:03:48 -04:00
Mike Shal 21bbc49d68 Bug 1047621 - Have link.py import and call expandlibs_exec.py; r=gps 2014-08-13 14:24:15 -04:00
Mike Shal 35b4ff103c Bug 1047621 - Move link.py to config for importing expandlibs_exec; r=gps 2014-08-13 14:23:11 -04:00
David Major d80937d12e Bug 1007534 - Part 2: Support for multiple upload files in the crash reporter clients. r=ted 2014-07-14 17:32:24 +12:00
David Major 9cb7f94c04 Bug 1007534 - Part 1: Add a saveMemoryReport method to nsICrashReporter. r=froydnj 2014-08-30 17:21:09 +12:00
David Major 02c81efdf7 Bug 1048091 - Support for multiple upload files in Breakpad. r=ted 2014-08-30 15:49:33 +12:00
Jason Orendorff 3433dddd49 Follow-up patch 3 to bug 1041631 part 1. Make two more tests pass when Symbol is not defined. r=efaust.
--HG--
extra : rebase_source : deb04af3b51e9fc46899f4bbd222b4f948a9c496
extra : amend_source : 3efd2146ee512cef6cece65caba4f2f159f0b567
2014-08-29 16:22:29 -05:00
Birunthan Mohanathas d0c5512276 Bug 1059940 - Part 1: Expose CrashStore.reset() to clear all data. r=bsmedberg 2014-08-29 13:39:01 -07:00
Birunthan Mohanathas f102d8b356 Bug 1059859 - Fix race condition in CrashManager._getStore() resulting in multiple stores being created. r=gps 2014-08-29 13:38:57 -07:00
Birunthan Mohanathas 38c41f731b Bug 1059390 - Part 4: Fix crash submission event file handling and add test. r=bsmedberg
This also changes things to use a "sub-" prefix for the generated submission ID
in order to distinguish it from a local/remote crash ID.
2014-08-29 13:38:53 -07:00
Birunthan Mohanathas 924ea725cc Bug 1059390 - Part 3: Limit count only for new crash records in CrashStore._ensureCrashRecord. r=bsmedberg 2014-08-29 13:38:49 -07:00
Ryan VanderMeulen 0b6826aac5 Backed out changeset ecf04c6eb4dd (bug 1048579) for xpcshell failures. 2014-08-22 10:08:10 -04:00
Robert O'Callahan d82cede239 Bug 1048579. Always sniff for media loads. r=bzbarsky
--HG--
extra : rebase_source : 067e99eaad781dec78a772405870b02c195a42e2
2014-08-23 00:08:14 +12:00
Ed Morley f2b21bebd2 Backed out changeset f2da252a9248 (bug 1054630) 2014-08-22 09:28:38 +01:00
Chris Peterson c2a5352c35 Bug 1054630 - Part 1: Add plumbing for SpiderMonkey parser telemetry. r=till 2014-08-11 23:17:44 -07:00
Nigel Babu f6d09d898f Merge m-c to m-i
--HG--
extra : rebase_source : 76298d970d75f13c5315889f6a0167ef6430b4a7
2014-08-22 07:10:18 +05:30
Trevor Saunders fd5e9d1fcc bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj 2014-08-05 13:33:55 -04:00
Birunthan Mohanathas b86bfef458 Bug 1024672 - Part 3: Remove CrashManager.addSubmission in favor of CrashManager.addSubmission{Attempt,Result}. r=gps 2014-08-21 15:43:50 -07:00
Birunthan Mohanathas 0044622b7e Bug 1024672 - Part 2: Convert submission details stored in separate crash records to crash metadata. r=gps 2014-08-21 15:43:46 -07:00
Birunthan Mohanathas 389d895d4d Bug 1024672 - Part 1: Allow submission details to be stored in crash metadata. r=gps 2014-08-21 15:43:42 -07:00
Nathan Froyd a088ec81d5 Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal 2014-08-20 11:51:33 -04:00
David Rajchenbach-Teller 511052dbd4 Bug 1024686 - Add missing return in Sqlite.jsm. r=mak 2014-06-12 12:53:00 -04:00
Ted Clancy (:tedders1) fe1e3215dd Bug 1000315 - Part 7: App tests automatically confirm uninstallation. r=myk 2014-06-11 14:33:02 -07:00
Ted Clancy (:tedders1) 2206f043e8 Bug 1000315 - Part 4: Uninstall prompting on B2G and toolkit. r=ochameau 2014-06-11 14:24:28 -07:00
Bob Owen f19448274c Bug 1018966 - Part 1: Add the main warn only sandbox machinery - with no Chromium code changes. r=bsmedberg
This change also includes the content sandboxing code on Windows Nightly by defining MOZ_CONTENT_SANDBOX=1.
Whether the content sandbox is disabled, in warn only mode, or enabled is controlled by a new pref: browser.tabs.remote.sandbox=(off/warn/on)
2014-06-11 15:32:37 +01:00
Joshua Cranmer 0f5f1f0b5d Bug 1059769 - Add LIBRARY_DEFINES to moz.build, r=glandium. 2014-09-04 23:38:54 -05:00
Ehsan Akhgari a808a05adb Bug 1061054 - Fix more bad implicit constructors in updater; r=bbondy 2014-09-04 23:23:24 -04:00
Wes Kocher 4c51a3c574 Merge m-c to inbound a=merge 2014-09-04 18:47:52 -07:00
Blake Kaplan 5323fc52d6 Bug 1045987 - Fix doorhanger notifications for the login manager. r=billm/dolske 2014-09-04 17:01:32 -07:00
Nicholas Nethercote 985af86677 Bug 1061960 - In about:memory, support the loading of memory reports embedded in crash dumps. r=mccr8.
--HG--
extra : rebase_source : c62c396c0b0a4500761242c1dca5ae2ce04b0af4
2014-09-04 16:04:54 -07:00
Ryan VanderMeulen 06c953d3dc Merge m-c to inbound. a=merge 2014-08-13 15:52:01 -04:00
Ryan VanderMeulen 8543ea8030 Merge m-c to fx-team. a=merge 2014-08-13 15:32:14 -04:00
Alexandre Poirot 7ec99bb9d2 Bug 1046394 - Fix profiler in (b2g and e10s) content processes. r=vp, r=dcamp 2014-08-13 05:26:00 -04:00
Ed Morley 76da7b9ce5 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-13 16:53:58 +01:00
Tomasz Kołodziejski 2d4a66b7c9 Bug 1052734 - Use FileUtils.PERMS_FILE instead of magic octal constants in nsSearchService.js. r=MattN
--HG--
extra : rebase_source : 5e1870bdd08625ca395ad92a064ac212533930c2
2014-08-12 17:07:00 -07:00
Birunthan Mohanathas a7ea68b5b0 Bug 1049214 - Fix 'setting a property that has only a getter' warnings on shutdown for nsContentPrefService.js and nsLoginManager.js. r=mossop 2014-08-12 09:16:38 -07:00
Ryan VanderMeulen d5a4ba923d Merge inbound to m-c. a=merge 2014-08-12 16:24:50 -04:00
Ryan VanderMeulen cde20a0f37 Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762. 2014-08-12 16:20:00 -04:00
Ryan VanderMeulen 67ee48b811 Backed out changeset 436e5d00f904 (bug 916804) for mochitest-other failures. 2014-08-12 15:19:27 -04:00
Shane Caraveo 4bc6b9c1be Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-12 11:04:04 -07:00
Tim Taubert e47af3ba07 Bug 1052409 - Fix browser_openH264 shutdown leak r=gfritzsche 2014-08-12 17:06:41 +02:00
Ed Morley e7678b50e4 Merge mozilla-central and fx-team 2014-08-12 17:56:55 +01:00
Ed Morley 7cda86534b Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-12 17:21:29 +01:00
Jared Wein 0d0c2ca0dc Bug 1048198 - Searchbar Search Suggestions is no longer able to disable. r=mattn 2014-08-12 11:30:16 -04:00
Jordan Santell ae6486b5f6 Bug 1052118 - Allow protocol.js Option to allow falsy values through. r=dcamp 2014-08-11 23:59:00 -04:00
Bobby Holley af0cdef94f Bug 1050049 - Whitelist bindings that we actually expect to use in content. r=smaug 2014-08-11 20:06:55 -07:00
Bernardo P. Rittmeyer 722a7edfc5 Bug 1050449 - Move autocomplete image-rendering css from OS X specific theme to content file. r=MattN 2014-08-11 14:35:00 -04:00
Marco Bonardo 2ba8519499 Bug 1002439 - browser_bug248970.js is almost perma fail when run by directory on osx opt. r=mano 2014-08-12 12:36:49 +02:00
Marco Bonardo a678c978f4 Bug 887865 - Use a mozIStorageAsyncConnection in for GetIsVisitedStatement. r=mano 2014-08-12 10:59:11 +02:00
Alexandru Tifrea 0648ccd3e4 Bug 983189: No longer update the findbar when results from the child are received. r=mikedeboer 2014-08-12 10:07:57 +02:00
Wes Johnston 27a483110a Bug 1046500 - Make FeedParser tests into xpcshell tests. r=mak
--HG--
rename : toolkit/components/feeds/test/shell.js => toolkit/components/feeds/test/test_xml.js
2014-08-11 12:35:07 -07:00
Ryan VanderMeulen 329b2e40c5 Merge fx-team to m-c. a=merge 2014-08-11 16:14:13 -04:00
J. Ryan Stinnett f069c3d51e Bug 916804 - Telemetry for WebIDE. r=mratcliffe, r=paul 2014-08-11 11:52:00 -04:00
Ed Morley 62b7aa6b87 Merge mozilla-central and inbound 2014-08-12 17:56:08 +01:00
Michael Ratcliffe 98db1caf16 Bug 1040701 - Fix marking of changed properties in rule view r=pbrosset 2014-08-11 14:17:52 +01:00
Wes Kocher 589ed1e76a Merge m-c to inbound 2014-08-11 16:19:27 -07:00
Mike Shal 39a200497c Bug 1047621 - Have link.py call expandlibs_exec.py; r=gps 2014-08-06 11:55:23 -04:00
Ed Morley 9e41c131c5 Merge mozilla-central and inbound 2014-08-13 17:03:24 +01:00
Mark Banner 0f4452fd8d Bug 1052389 - Thunderbird can't package with MOZ_PACKAGE_JSSHELL due to looking for dozip.py in the wrong location r=ted 2014-08-13 16:46:26 +01:00
Mike Shal 78992ca9fe Backout changeset 5e9b13c3595b (bug 1047621) because of bug 1053188. 2014-08-13 10:03:32 -04:00
Valentin Gosu c9a4a4a116 Bug 1045886 - Increase assertion count in test_bug437844.xul 2014-08-13 16:44:00 +03:00
Nigel Babu 211ea07cf1 Merge fx-team to m-c, a=merge 2014-08-11 12:07:08 +05:30
Marco Bonardo 7808348b46 Bug 1050683 - UnifiedComplete is missing nsIAutoCompleteSearchDescriptor. r=ttaubert 2014-08-10 23:02:14 +02:00
Ryan VanderMeulen 8e58341050 Backed out changeset f3f62111caff (bug 1027898) for B2G desktop mochitest orange.
CLOSED TREE
2014-08-08 23:47:00 -04:00
Martijn Wargers c6328f9e01 Bug 1049786 - Intermittent browser_bug295977_autoscroll_overflow.js | Window for m should have scrolled vertically. r=adw 2014-08-08 11:33:38 -07:00
Daniel Holbert 05d1765760 Bug 1049738: Mark toolkit/components/places as FAIL_ON_WARNINGS. r=mak 2014-08-10 17:16:25 -07:00
Daniel Holbert dac634b593 Bug 1049747: Ensure the history service is up before proceeding, in InsertVisitedURIs::Start() and History::GetPlacesInfo(). r=mak 2014-08-10 14:26:52 -07:00
J. Ryan Stinnett ce8794da11 Bug 1040130 - Allow specifying a client cert for sockets. r=keeler, r=mcmanus 2014-08-07 16:32:00 -04:00
Blake Kaplan 4f7ccbbb5f Bug 1027898 - Implement most of nsIContentPrefService2 for e10s. r=adw 2014-08-07 15:57:00 -04:00
Ryan VanderMeulen b46d789d71 Merge m-c to inbound. a=merge 2014-08-08 21:46:08 -04:00
Ryan VanderMeulen 471f3e2b69 Backed out changeset 5c1ba06b972b (bug 916804) for frequent timeouts that spill into other tests. a=backout 2014-08-08 21:05:33 -04:00
Georgios Kontaxis eb744ade14 Bug 1044181: test elements are now actually loaded when tracking protection is disabled/broken. added style loader test. r=mmc 2014-08-08 15:17:28 -07:00
Wes Kocher 98f9eac6dd Merge m-c to inbound on a CLOSED TREE 2014-08-08 14:15:34 -07:00
Ryan VanderMeulen 834e51bc80 Merge fx-team to m-c. a=merge
--HG--
extra : amend_source : 35bb2e9e2b827884507d4fcf12c69150baa3c4b3
2014-08-08 16:17:12 -04:00
Ed Morley 341da280cf Backed out changeset c61532028ee4 (bug 1050683) for timeouts in browser_urlbarAutoFillTrimURLs.js; CLOSED TREE 2014-08-08 17:24:57 +01:00
Nicholas Nethercote a7cf4142b4 Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params

--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
2014-08-06 06:31:21 -07:00
Gian-Carlo Pascutto 2ebfe39884 Bug 1050141 - Add Telemetry for ApplicationReputation remote responses. r=mmc 2014-08-08 09:32:44 +02:00
Nigel Babu 8f59e65c73 Backed out changeset 87f53a100db0 (bug 1043390) for xpshell bustage on ASAN on a CLOSED TREE 2014-08-08 11:38:49 +05:30
Birunthan Mohanathas 6619c1dadc Bug 1049257 - Fix typo in CrashManager.addCrash() in order to update the crash date of existing items. r=gps 2014-08-07 21:52:05 -07:00
Birunthan Mohanathas d0e8d77bf2 Bug 1047878 - Flatten profile/dirserviceprovider/{public,src}/ directories. r=bsmedberg
--HG--
rename : profile/dirserviceprovider/src/nsProfileDirServiceProvider.cpp => profile/dirserviceprovider/nsProfileDirServiceProvider.cpp
rename : profile/dirserviceprovider/public/nsProfileDirServiceProvider.h => profile/dirserviceprovider/nsProfileDirServiceProvider.h
rename : profile/dirserviceprovider/src/nsProfileLock.cpp => profile/dirserviceprovider/nsProfileLock.cpp
rename : profile/dirserviceprovider/src/nsProfileLock.h => profile/dirserviceprovider/nsProfileLock.h
rename : profile/dirserviceprovider/src/nsProfileStringTypes.h => profile/dirserviceprovider/nsProfileStringTypes.h
2014-08-07 21:52:04 -07:00
Ehsan Akhgari dd6d7593bb Bug 1043390 - Don't use getSourceRepo on local builds; r=glandium 2014-08-07 21:29:39 -04:00
Andrea Marchesini a87ad490c6 Bug 1037715 - Implement .searchParams on Location, r=bz, r=ehsan 2014-08-07 17:45:21 -07:00
Georg Fritzsche fd81233901 Bug 1042161 - Handle OpenH264 updates for long-running sessions. r=unfocused 2014-08-01 14:28:39 +02:00
Marco Bonardo a084621b13 Bug 1050683 - Add nsIAutoCompleteSearchDescriptor to UnifiedComplete. r=ttaubert 2014-08-08 17:19:50 +02:00
J. Ryan Stinnett b0faa98b36 Bug 916804 - Telemetry for WebIDE. r=mratcliffe, r=paul 2014-08-06 20:37:00 -04:00
Ryan VanderMeulen a3bcb78c14 Merge fx-team to m-c. a=merge 2014-08-07 17:24:52 -04:00
Michael Pruett aacf7256ca Bug 1041429 - Adopt template strings in UnifiedComplete. r=mano 2014-08-06 05:17:59 -05:00
Bill McCloskey 99080fa9fb Bug 1045847 - Fix review comments 2014-08-08 17:55:22 -07:00
Bill McCloskey d52ab46335 Bug 1045847 - Initialize sProcessType really, really early (r=khuey) 2014-08-08 17:52:12 -07:00
Martijn Wargers 2e68398609 Bug 1049786 - Hopeful fix for the timeouts in bug 1051667. r=adw 2014-08-11 11:04:07 -07:00
Blake Kaplan 23294fd2f8 Bug 1027898 - Implement most of nsIContentPrefService2 for e10s. r=adw 2014-08-11 11:13:36 -07:00
Nigel Babu 95d6a08a29 Merge m-c to m-i, a=merge 2014-08-11 12:21:54 +05:30
Nicholas Nethercote ed313f26d3 Bug 1048640 - Alert the memshrink-telemetry-alerts list about telemetry changes relating to memory usage. r=vladan.
--HG--
extra : rebase_source : 33c14a32e10113258ffaf5182a082e09caad42a8
2014-08-10 22:56:02 -07:00
Ryan VanderMeulen ce43329f4b Merge m-c to inbound. a=merge 2014-08-12 16:30:38 -04:00
Monica Chew 3c24e4af43 Bug 1047568: fix typo in one of the addresses (r=me) 2014-08-12 10:29:17 -07:00
Alexander Seleznev 3bb1ba4400 Bug 1048178 - Add tests 2014-08-07 13:33:07 +02:00
Daniel Holbert a2b1cd8064 Bug 922727: Use static_cast to avoid signed/unsigned comparison build warnings with visitCount in History.cpp. r=mak 2014-08-06 22:40:43 -07:00
Daniel Holbert 4de138a84e Bug 992670 part 3 - Comment out failing assertion, with reference to followup bug. r=mak 2014-08-06 22:40:37 -07:00
Birunthan Mohanathas 1f7afaa7e1 Bug 992670 part 2 - Make all child insertions/removals non-temporary in nsNavHistoryContainerResultNode. r=mak 2014-08-06 22:40:36 -07:00
Birunthan Mohanathas e6e472196f Bug 992670 part 1 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak 2014-08-06 22:40:35 -07:00
Mike Hommey 89777800f9 Bug 1047267 - Move remaining OS_LIBS and EXTRA_LIBS to moz.build. r=gps
* * *
Bug 1047267 - To fold with "Move remaining OS_LIBS and EXTRA_LIBS to moz.build"
2014-08-07 14:21:03 +09:00
Nicholas Nethercote ac2d623ffd No bug. Remove two "njn: ..." comments I accidentally left in. r=me.
DONTBUILD because the patches contains only trivial comment changes.

--HG--
extra : rebase_source : ecc0bd10c43c6d4223f5301ff11cbd2a56c9912b
2014-08-06 16:19:55 -07:00
Ryan VanderMeulen b59183f1cc Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-06 16:50:19 -04:00
Blake Kaplan 5b16c86f37 Bug 687194 followup - don't run this test on Android. r=bent
--HG--
extra : rebase_source : b6c5a751206e4837463310cb4bd4f00591e6df40
2014-08-06 11:28:07 -07:00
Andrew McCreight 6f2bf28cfe Bug 1047648 - TelemetryImpl::mHistogramMap can use nsDepCharHashKey. r=aklotz 2014-08-06 11:26:35 -07:00
Andrew McCreight 196926d908 Bug 1047523 - Report memory held onto by more Telemetry hash tables. r=froydnj 2014-08-06 11:26:35 -07:00
Mike Hommey e8b438350d Bug 1049281 - Move third-party build system "drivers" to config/external, and stop using static dirs. r=gps
--HG--
rename : intl/icu/Makefile.in => config/external/icu/Makefile.in
rename : config/nspr/Makefile.in => config/external/nspr/Makefile.in
rename : config/nspr/moz.build => config/external/nspr/moz.build
rename : security/build/Makefile.in => config/external/nss/Makefile.in
rename : security/build/moz.build => config/external/nss/moz.build
rename : security/build/nspr-dummy.def => config/external/nss/nspr-dummy.def
rename : security/build/nss.def => config/external/nss/nss.def
rename : security/build/nss.mk => config/external/nss/nss.mk
2014-08-07 02:58:52 +09:00
Mike Hommey b4a02ef3e2 Bug 1049249 - Remove app_libxul_dirs. r=mshal 2014-08-07 02:58:49 +09:00
Mike Hommey bb81ec347e Bug 1049247 - Remove app_libxul_static_dirs. r=mshal 2014-08-07 02:58:48 +09:00
Blake Kaplan 85ee3ae31f Bug 687194 - Basic test for chrome registration/unregistration. r=Mossop 2014-08-06 09:58:11 -07:00
Nathan Froyd e1583db863 Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal 2014-08-01 12:53:05 -04:00
Nathan Froyd 5e453adaf5 Bug 1048306 - move TestDllInterceptor to CPP_UNIT_TESTS; r=mshal 2014-07-31 16:16:27 -04:00
Ed Morley 87f4ab810e Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-06 13:37:48 +01:00
Wes Kocher f9cef40862 Backed out changeset 1e2a00dc11cb (bug 687194) for mochitest-5 failures on a CLOSED TREE 2014-08-05 17:01:06 -07:00
Blake Kaplan 03b057f41d Bug 687194 - Basic test for chrome registration/unregistration. r=mossop 2014-08-05 16:10:21 -07:00
Mike Hommey d9443ec932 Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
Andrew McCreight 228d194059 Bug 1046281 - Use the simpler version of nsTHashtable memory reporters. r=njn 2014-08-05 13:27:41 -07:00
Gregory Szorc 30f5396657 Bug 1045421 - Remove date time bomb from test_crash_manager.js, add logging; r=gfritzsche
There was a hard-coded date in test_crash_manager.js of around August 3,
2013. This meant that about a year later we would start to run into
boundary issues since we weren't wrapping Date.now() inside
CrashManager.jsm.

It turns out the actual value of DUMMY_DATE doesn't really matter. So,
the test has been changed to produce a value that is reasonably modern.

While I was debugging this, I noticed we're not getting logging in the
tests. So I added that.

--HG--
extra : rebase_source : 4e5534f5df70b01268790396481bdd3236dd8e8e
extra : amend_source : d73ea0a333fa9b0b9c65d890d6f34cb923861acd
2014-07-29 09:47:59 -07:00
Victor Porof 322cce646f Bug 879008 - Add tests, r=rcampbell 2014-08-06 11:25:18 -04:00
Victor Porof ecac4bb9d0 Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset 2014-08-06 11:25:18 -04:00
Victor Porof b5f375d725 Bug 879008 - Remove the old Profiler frontend, r=rcampbell 2014-08-06 11:25:17 -04:00
Ed Morley 711fc57fe5 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-05 16:13:06 +01:00
Alex Bardas c29f56c018 Bug 994731 - Remove redundant in-memory cache from AddonRepository and use AddonDatabase instead. r=irving 2014-08-04 18:58:22 -07:00
Jed Davis 9d31844f0c Bug 1012951 - Add Linux sandboxing for GeckoMediaPlugin processes. r=kang r=ted
--HG--
extra : rebase_source : 1b890000d5b8d2a8954cdd1118a1023eba829c29
2014-08-04 15:11:18 -07:00
Ryan VanderMeulen 6253da7301 Merge inbound to m-c on a CLOSED TREE. a=merge 2014-08-04 16:06:19 -04:00
Heather Arthur aeaf206739 Bug 1040882 - Only delete transition rule after updating stylesheet in style editor. r=jwalker 2014-07-31 11:25:00 -04:00
Mike Conley cfd5986671 Bug 1009628 - Part 3: Tests for XUL deck changes. r=Enn. 2014-07-24 15:05:29 -04:00
Joe Walker 3e6505c039 Bug 1035296 - Make protocol.js pass error messages for unknownError (part 2); r=past 2014-08-04 12:26:41 +01:00
Florian Quèze 3c6fe6df80 Bug 1029148 - store current search engine configuration outside of prefs - add a disclaimer in the salt, r=gavin. 2014-08-05 01:02:20 +02:00
Florian Quèze f98d92de79 Bug 1029148 - store current search engine configuration outside of prefs, r=MattN. 2014-08-05 01:02:19 +02:00
Martijn Wargers e50bf138f9 Bug 251903 - Autoscroll does not function as expected when in an iframe. r=Neil 2014-07-23 13:57:54 +02:00
Ed Morley 7feeef7c09 Merge mozilla-central and inbound 2014-08-04 12:23:28 +01:00
Ed Morley 6d6d53e7b8 Backed out changeset 7650a0cd5298 (bug 1042161) for browser_openH264.js timeouts 2014-08-04 11:52:22 +01:00
Gian-Carlo Pascutto 1d882eb352 Bug 1046038 - Replace linear prefix array by array of arrays. r=mmc 2014-08-04 12:12:02 +02:00
Gian-Carlo Pascutto b9de4a5e1d Bug 1046038 - Make essential arrays for SafeBrowsing infallible. r=mmc 2014-08-04 12:11:51 +02:00
Georg Fritzsche b4478212a5 Bug 1042161 - Handle OpenH264 updates for long-running sessions. r=unfocused 2014-08-01 14:28:39 +02:00
Wes Kocher 0b1fd74b26 Merge m-c to fx-team 2014-08-01 17:04:43 -07:00
Wes Kocher 19b06bd6ad Merge b2g-inbound to m-c a=merge 2014-08-01 16:24:54 -07:00
Ryan VanderMeulen e953ea9c38 Merge inbound to m-c. a=merge 2014-08-01 15:59:05 -04:00
Ryan VanderMeulen a5dbe7697d Merge fx-team to m-c. a=merge 2014-08-01 15:34:58 -04:00
Fabrice Desré b20c117986 Bug 1042882 - Add an explicit field to track application kind in the registry r=myk 2014-08-01 10:41:52 -07:00
Ed Morley bf8ae62798 Merge mozilla-central and b2g-inbound 2014-08-01 18:03:34 +01:00
Ed Morley ef4c9d02fd Merge mozilla-central and fx-team 2014-08-01 18:02:08 +01:00
Ed Morley 44bc656ee0 Merge mozilla-central and inbound 2014-08-01 17:37:13 +01:00
Ed Morley b7b961a2e3 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-01 17:26:43 +01:00