Commit Graph

14333 Commits

Author SHA1 Message Date
Stephen Pohl
642bebb27b Tests for Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc 2013-02-08 13:57:46 -08:00
Stephen Pohl
9c1b816b92 Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud 2013-02-08 13:57:28 -08:00
Stephen Pohl
e380dcf3a0 Move gGestureSupport to browser-gestureSupport.js - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc 2013-02-08 13:57:10 -08:00
Stephen Pohl
e5e20d9c36 Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc 2013-02-08 13:56:50 -08:00
Shane Caraveo
e44487afe8 Bug 821262 - Refactor social enabled/active/provider states. r=gavin 2013-02-08 11:39:25 -08:00
Avi Halachmi
c414b438fb Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric 2013-02-08 01:55:39 +02:00
Mike Hommey
362f974085 Bug 793767 - Use the executable file location to derive the update root. r=rstrong 2013-02-08 15:58:52 +01:00
Dão Gottwald
0747cde484 Bug 825804 - Popup notifications shouldn't persist across page reloads. r=gavin 2013-02-08 15:51:54 +01:00
Mike Conley
48b835bf8a Bug 838855 - Fix "ele is null" exception being thrown on OSX on titlebar update. r=dao. 2013-02-08 11:42:06 -05:00
Mike Conley
1000e88b66 Bug 839073 - Titlebar is collapsed in private browsing windows on OSX. r=dao. 2013-02-08 10:43:17 -05:00
Marco Castelluccio
090f7bdcfa Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin 2013-02-08 11:34:47 -05:00
Marco Castelluccio
ada79dd99a Bug 811514 - Social panels shouldn't consume outside clicks. r=jaws 2013-02-08 11:34:46 -05:00
Bobby Holley
8d1e313928 Bug 821850 - Make XBL prototype setup tamper-proof for Xrays. r=bz
We make the class object readonly/non-configurable, as well as all the properties
and methods on the class object.
2013-02-08 14:24:21 +00:00
Ms2ger
381c260bc3 Backout changeset 3f192cae69e2 for test_keycodes.xul oranges. 2013-02-08 14:37:37 +01:00
Dão Gottwald
cfd8d6306c Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin 2013-02-08 13:15:46 +01:00
Ed Morley
a94fd53e44 Merge mozilla-inbound to mozilla-central 2013-02-08 11:00:58 +00:00
Anton Kovalyov
d689d5f639 Bug 830664, Disallow multiple profiles to run in the same time, r=robcee 2013-02-07 13:22:48 -08:00
Anton Kovalyov
2057987ef8 Bug 837735 - Replace Cleopatra progress strings with 'Loading profile...', r=robcee 2013-02-07 13:02:38 -08:00
Anton Kovalyov
0a4193cf74 Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee 2013-02-07 11:09:55 -08:00
Phil Ringnalda
5a711e4b72 Merge m-c to fx-team
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-07 07:16:22 -08:00
Victor Porof
8df3254581 Bug 837052 - Editing or deleting getters and setters appears to be allowed even if no eval method is provided, r=past 2013-02-07 16:18:08 +02:00
Michael Ratcliffe
1108059b19 Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 22:17:05 +00:00
Anton Kovalyov
da91d51525 Bug 828049 - Remote profiling, r=past 2013-02-06 12:10:30 -08:00
Michael Ratcliffe
80bfe3ad45 Backed out changeset 9a0b4b742b67 - Bug 817294 orange 2013-02-06 17:40:30 +00:00
Michael Ratcliffe
5f54433402 Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 15:55:10 +00:00
Michael Ratcliffe
4361d2f731 Bug 789785 - [inspector] Change wording of "Only user styles" checkbox 2013-02-05 16:45:01 +00:00
Michael Ratcliffe
ee01e55e50 Bug 700061 - Entirely remove the Style Inspector unmatched selectors 2013-01-29 17:05:17 +00:00
Mihai Sucan
e2d3515bc6 Bug 720180 - Fix exception in the browser_webconsole_bug_588730_text_node_insertion.js test; r=past 2013-02-05 18:44:41 +02:00
Heather Arthur
c4bd5ec5d2 Bug 838108 - Enable style editor chrome debugging; r=paul 2013-02-05 17:01:37 +00:00
Ryan VanderMeulen
07e9b86686 Merge m-c to fx-team. 2013-02-05 10:24:18 -05:00
Gene Lian
0725c5f798 Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
--HG--
rename : dom/sms/interfaces/nsISmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIMobileMessageDatabaseService.idl
rename : dom/sms/interfaces/nsIRilSmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIRilMobileMessageDatabaseService.idl
rename : dom/sms/src/android/SmsDatabaseService.cpp => dom/mobilemessage/src/android/MobileMessageDatabaseService.cpp
rename : dom/sms/src/android/SmsDatabaseService.h => dom/mobilemessage/src/android/MobileMessageDatabaseService.h
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.h
rename : dom/sms/src/ril/SmsDatabaseService.js => dom/mobilemessage/src/ril/MobileMessageDatabaseService.js
rename : dom/sms/src/ril/SmsDatabaseService.manifest => dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest
2013-02-05 19:39:44 +08:00
Mihai Sucan
1e0b42d381 Bug 720180 - console.log('foo'); console.error('foo'); should not be considered as a repeat; r=past 2013-01-31 19:19:06 +02:00
Dão Gottwald
adb26cf0d1 Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske 2013-02-05 10:35:21 +01:00
Dão Gottwald
33576302f6 Bug 837640 - global notifications should be hidden during print preview. r=felipe 2013-02-05 10:30:21 +01:00
Dão Gottwald
78b22b95c7 Bug 837637 - data-reporting notification shouldn't create its own notification box. r=gavin 2013-02-05 10:29:44 +01:00
Vicamo Yang
157aebae18 Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Mark Hammond
7d5fa6547f Bug 837027 - Fix social UI for a multi-provider world. r=gavin 2013-02-05 16:42:18 +11:00
Mark Hammond
56769ffba0 Bug 824785 - social toolbar buttons should have an aria-label. r=jaws 2013-02-08 10:59:10 +11:00
Mihai Sucan
5c71a32677 Bug 834721 - Use plurals for toolbox button tooltip; r=paul 2013-01-25 18:14:53 +02:00
Tim Taubert
454a8e381c merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Paul Rouget
42d0cc65db Bug 826685 - Web Console and Inspector font is (much) larger than Debugger and StyleEditor font (sourceeditor). r=msucan 2013-02-04 11:48:24 +01:00
Andres Hernandez
45227bb6d2 Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan 2013-02-01 15:05:29 -06:00
Ehsan Akhgari
29216750b2 Merge mozilla-central into mozilla-inbound 2013-02-02 13:53:46 -05:00
ffxbld
cb6c43cde0 No bug, Automated blocklist update from host bld-linux64-ec2-661 - a=blocklist-update 2013-02-02 03:23:28 -08:00
Brandon Waterloo
117b6af1df Bug 833511 - Add rotation gesture support to Image documents. r=jaws 2013-01-31 16:52:31 -05:00
Mark Hammond
2080f96ed0 Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin 2013-02-01 11:09:48 -05:00
Ryan VanderMeulen
a419673dcf Merge m-c to inbound. 2013-02-01 10:36:30 -05:00
Tim Taubert
b0c8a5a4d9 merge m-c to fx-team 2013-02-01 10:17:01 -05:00
Anton Kovalyov
6664c6754f Bug 824243 - Make Profiler UI localizable, r=robcee 2013-01-31 11:40:11 -08:00
Ehsan Akhgari
05ec1cf4a8 Merge mozilla-cental into mozilla-inbound 2013-01-31 11:10:40 -05:00