Commit Graph

9467 Commits

Author SHA1 Message Date
Manuel Casas
00a30809b9 Bug 1205684 - Video Window height pushes down context and covers a part of it. r=mikedeboer 2015-10-26 04:45:00 +01:00
Luca Greco
28b4697f31 Bug 1214040 - WebExtension tabs.sendMessage should not raise an exception on unexistent tabId. r=billm 2015-10-16 03:31:00 -04:00
Nathan Froyd
9c5965b035 Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout.  The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.

CLOSED TREE makes big refactorings like this a piece of cake.

 # The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    xargs perl -p -i -e '
 s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
 s/nsRefPtr ?</RefPtr</g;   # handle declarations and variables
'

 # Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h

 # Handle nsRefPtr.h itself, a couple places that define constructors
 # from nsRefPtr, and code generators specially.  We do this here, rather
 # than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
 # things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
     mfbt/nsRefPtr.h \
     xpcom/glue/nsCOMPtr.h \
     xpcom/base/OwningNonNull.h \
     ipc/ipdl/ipdl/lower.py \
     ipc/ipdl/ipdl/builtin.py \
     dom/bindings/Codegen.py \
     python/lldbutils/lldbutils/utils.py

 # In our indiscriminate substitution above, we renamed
 # nsRefPtrGetterAddRefs, the class behind getter_AddRefs.  Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
    xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'

if [ -d .git ]; then
    git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
    hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi
2015-10-18 01:24:48 -04:00
Nathan Froyd
e504437747 Bug 1207245 - part 3 - switch all uses of mozilla::RefPtr<T> to nsRefPtr<T>; r=ehsan
This commit was generated using the following script, executed at the
top level of a typical source code checkout.

 # Don't modify select files in mfbt/ because it's not worth trying to
 # tease out the dependencies currently.
 #
 # Don't modify anything in media/gmp-clearkey/0.1/ because those files
 # use their own RefPtr, defined in their own RefCounted.h.
find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    grep -v 'mfbt/RefPtr.h' | \
    grep -v 'mfbt/nsRefPtr.h' | \
    grep -v 'mfbt/RefCounted.h' | \
    grep -v 'media/gmp-clearkey/0.1/' | \
    xargs perl -p -i -e '
 s/mozilla::RefPtr/nsRefPtr/g; # handle declarations in headers
 s/\bRefPtr</nsRefPtr</g; # handle local variables in functions
 s#mozilla/RefPtr.h#mozilla/nsRefPtr.h#; # handle #includes
 s#mfbt/RefPtr.h#mfbt/nsRefPtr.h#;       # handle strange #includes
'

 # |using mozilla::RefPtr;| is OK; |using nsRefPtr;| is invalid syntax.
find . -name '*.cpp' -o -name '*.mm' | xargs sed -i -e '/using nsRefPtr/d'

 # RefPtr.h used |byRef| for dealing with COM-style outparams.
 # nsRefPtr.h uses |getter_AddRefs|.
 # Fixup that mismatch.
find . -name '*.cpp' -o -name '*.h'| \
    xargs perl -p -i -e 's/byRef/getter_AddRefs/g'
2015-10-18 00:40:10 -04:00
Chris Rafuse
2c47d40375 Bug 1212079 - Removed contact scripts from index, r=dmose 2015-10-16 11:03:20 -07:00
Manuel Casas
1d3951d95d Bug 1131542 - Loop button on toolbar needs different tooltips to explain colours/state. r=Standard8 2015-10-16 17:06:48 +01:00
Mark Banner
e8e0c138ea Bug 1210774 - Upgrade Loop's use of eslint (to 1.6.x) and eslint-plugin-react (to 3.5.x). r=Mardak NPOTB DONTBUILD 2015-10-16 10:31:06 +01:00
David Critchley
eedc6fb8bb Bug 1209686 - Remove Standalone header from Loop, r=mardak 2015-10-13 12:18:00 +02:00
Matthew Noorenberghe
b50a2a0ea4 Bug 1209140 - Open a second firstrun tab for Tracking Protection promotion. r=jaws 2015-10-15 13:44:18 -07:00
Mark Banner
ec85a94564 Bug 1213855 - Remove direct call functionality from Loop's backend. r=mikedeboer 2015-10-15 19:13:08 +01:00
Mark Banner
a06560fd22 Bug 1213810 - Remove obsolete actions previously associated with direct calls. r=mikedeboer 2015-10-15 19:13:07 +01:00
Ed Lee
d9cb2af597 Bug 1212361 - Re-arrange panel layout for user journey (put the button above the room list) [r=Standard8] 2015-10-12 23:56:23 -07:00
Alexandre Poirot
56e4b75c0b Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop 2015-10-15 03:45:22 -07:00
Manuel Casas
aa01310947 Bug 1212340 - Move the Leave feedback option from the conversation window settings menu to the panel settings menu. r=Standard8 2015-10-15 11:42:22 +01:00
Chris Rafuse
f68603bdb4 Bug 1209589 - Collect Google Analytics data for users on IE 10 & 11. r=Standard8 2015-10-15 11:42:21 +01:00
Carsten "Tomcat" Book
fdfc49b76d merge mozilla-inbound to mozilla-central a=merge 2015-10-15 11:52:40 +02:00
Fabrice Desré
79c309fe6a Bug 1214021 - Move ext-bookmarks to browser/ r=billm 2015-10-14 16:31:08 -07:00
Wes Kocher
fd0c4509fc Merge fx-team to central, a=merge 2015-10-14 14:39:58 -07:00
Marco Bonardo
48cfc10fc7 Bug 1190350 - Bookmarks sidebar displays regular folder icons for livemarks. r=gijs 2015-10-14 18:49:23 +02:00
Carsten "Tomcat" Book
f5968f154a Merge m-c to mozilla-inbound on a CLOSED TREE 2015-10-14 16:20:56 +02:00
Panos Astithas
cdf7db7be8 Switching the TP list should trigger a list download on next startup (bug 1214454). r=gcp 2015-10-14 14:47:36 +03:00
Carsten "Tomcat" Book
21ec743e8e Merge m-c to mozilla-inbound 2015-10-14 12:47:31 +02:00
Felipe Gomes
49581250bf Bug 1214052 - Remove unnecessary files from the pre-processing list. r=glandium 2015-10-13 23:50:30 -03:00
Jared Wein
a51f983f1d Bug 1209999 - Update string for push notification doorhanger. 2015-10-14 11:26:33 +05:30
Gijs Kruitbosch
4454848cfe Bug 1207641 - keep panel open when moving items to toolbar / to palette, r=MattN 2015-10-13 13:46:14 +01:00
Drew Willcoxon
99112c8068 Bug 1207246 - Add a test for creating a bookmark using the bookmark properties dialog. r=mak 2015-10-13 08:48:58 -07:00
M Hamdy
b3ec1b2bee Bug 606655 - delete cookies UI option AskMeEveryTime and its related comments and tests. r=mak 2015-10-08 09:13:00 +02:00
Manuel Casas
6f018acb1e Bug 1212331 - Remove the Let's talk about context addition options from the Loop panel. r=Standard8 2015-10-13 12:27:48 +01:00
Manuel Casas
a67577c795 Bug 1212338 - Move the user's "availability" option to the settings menu as a "turn notifications on/off" in the Loop panel. r=Standard8 2015-10-13 12:27:48 +01:00
Carsten "Tomcat" Book
11f5525d90 Merge m-c to fx-team 2015-10-13 12:43:53 +02:00
Bill McCloskey
4294ba062f Bug 1202897 - Switch all WebExtension tests to use generated zip files rather than files (r=gabor) 2015-10-12 16:19:50 -07:00
Matthew Turnbull
4ce7ee9830 Bug 1213620 - Expose DownloadsButton to the global scope for addon-compat. r=gijs 2015-10-11 14:35:00 +02:00
Wes Kocher
a65f9bc84c Merge m-c to inbound, a=merge 2015-10-14 15:00:43 -07:00
Ehsan Akhgari
cdc218794c Bug 1211314 - Use tab.toggleMuteAudio() from sessionstore instead of setting the muted attribute manually on the tab; r=jaws 2015-10-14 17:21:05 -04:00
Carsten "Tomcat" Book
1d088dfba7 Merge m-c to mozilla-inbound 2015-10-12 11:58:46 +02:00
Carsten "Tomcat" Book
5d6145c365 merge mozilla-inbound to mozilla-central a=merge 2015-10-12 11:57:06 +02:00
Olivier Yiptong
01de3a48ae Bug 1213078 - PlacesProvider.jsm module for remote new tab page r=emtwo 2015-10-12 01:29:57 -04:00
Olivier Yiptong
4b9dfe37ed Bug 1210936 - Remote New Tab Content Frame and AboutRedirector location r=mconley 2015-10-12 01:29:32 -04:00
Olivier Yiptong
8e31ece82f Bug 1210940 - New Browser Component: Newtab r=Mardak 2015-10-12 01:29:12 -04:00
Hassen ben tanfous
261e9d3d17 Bug 1074804 - Replace arrays .indexOf with .includes in Places. r=mak 2015-10-11 20:24:32 +02:00
Fabian Furger
55ac2c5844 Bug 1147822 - Add a format version number for sessionstore.js. r=Yoric 2015-10-11 20:24:32 +02:00
Chris Rafuse
dcffa2a08b Bug 1201308 - Leave / Exit conversation button always present, r=dmose 2015-10-09 14:51:35 -07:00
Vladan Djeric
c0bb91fc9c Backed out changeset 578fbd8d8b3c (bug 1179961) for Talos regressions (bug 1213364) 2015-10-10 23:54:48 -04:00
Wes Kocher
89b3aaef9f Merge m-c to inbound, a=merge 2015-10-09 16:45:31 -07:00
Wes Kocher
c3d6bae0b8 Backed out changeset 5f6375754b86 (bug 1210940) for xpcshell and m-e10s(bc4) bustage CLOSED TREE 2015-10-09 16:42:50 -07:00
Wes Kocher
189d3ff9bd Backed out changeset bfab6a14cac8 (bug 1210936) 2015-10-09 16:42:37 -07:00
Wes Kocher
07c967fb9f Backed out changeset 1d6d4011acc3 (bug 1213078) 2015-10-09 16:42:22 -07:00
Olivier Yiptong
95d374c225 Bug 1213078 - PlacesProvider.jsm module for remote new tab page r=emtwo 2015-10-09 17:16:10 -04:00
Boris Zbarsky
9258b17207 Bug 1212360. Split up the MozStorageChanged event into separate events for sessionstorage and localstorage. r=khuey 2015-10-09 16:48:10 -04:00
Olivier Yiptong
4fcb13b183 Bug 1210936 - Remote New Tab Content Frame and AboutRedirector location r=mconley 2015-10-09 16:39:43 -04:00
Olivier Yiptong
d3a64691a0 Bug 1210940 - New Browser Component: Newtab r=Mardak 2015-10-09 16:39:19 -04:00
Mark Banner
503a193e66 Bug 1212083 - Part 2. Remove the unused files previously associated with direct calls. r=mikedeboer 2015-10-09 12:14:44 +01:00
Mark Banner
24b18f5c05 Bug 1212083 - Part 1. Remove the direct calls UI from Loop. r=mikedeboer 2015-10-09 12:14:44 +01:00
Mark Banner
85a43a7fe6 Bug 1213213 - run-all-loop-tests.sh isn't catching all mochitest failures. r=mikedeboer 2015-10-09 12:14:44 +01:00
Gijs Kruitbosch
cb6b31a33b Bug 1194692 - fix some cookie parsing issues in the IE/Edge cookie importer code, r=MattN 2015-09-28 22:30:20 +01:00
Gijs Kruitbosch
8b66679baa Bug 1212297 - improve error handling in Chrome bookmarks migration code, r=MattN 2015-10-07 13:24:50 +01:00
Wes Kocher
6ad5188753 Merge m-c to fx-team, a=merge 2015-10-08 14:36:57 -07:00
Wes Kocher
1b7cf6d302 Merge inbound to central, a=merge 2015-10-08 14:29:04 -07:00
Mark Banner
f7ba1a6d91 Bug 1212787 - Revert Loop's conversation toolbar button sizes due to bug 1209632 causing a visual regression. r=dmose 2015-10-08 21:25:19 +01:00
Mark Banner
04336080be Follow-up to bug 1212272 - use the correct cp command. r=dmose 2015-10-08 21:25:19 +01:00
J. Ryan Stinnett
30736fdbf2 Bug 1212153 - Clean up Cu.isModuleLoaded after migration. r=bgrins 2015-10-08 15:25:23 -05:00
Carsten "Tomcat" Book
cc5cc0661d Merge m-c to fx-team 2015-10-08 16:11:56 +02:00
Carsten "Tomcat" Book
c3a4faf573 merge mozilla-inbound to mozilla-central a=merge 2015-10-08 15:26:54 +02:00
Carsten "Tomcat" Book
65f40b9fe0 Merge m-c to mozilla-inbound 2015-10-08 16:11:21 +02:00
Paolo Amadini
26b6d6d18b Bug 1179961 - Use a lock with a strikethrough for HTTP pages that have password fields in the Control Center. r=ttaubert,bgrins 2015-10-07 20:50:40 +01:00
David Critchley
0d5beae063 Bug 1209632 - Removing footer from Loop Standalone, moved Logo to mediaLayoutView. r=Standard8,ui-review=Sevaan 2015-10-07 19:48:28 +01:00
Wes Kocher
c9c7d06d9a Merge m-c to fx-team a=merge 2015-10-07 11:33:10 -07:00
Mark Banner
a6dd42f17a Bug 1212272 - 'make dist' for the Loop standalone doesn't update the css and supplementary files properly. r=dmose. NPOTB DONTBUILD 2015-10-07 19:20:03 +01:00
Wes Kocher
09022f945d Merge inbound to m-c a=merge 2015-10-07 10:29:41 -07:00
Wes Kocher
fcbfeca36b Backed out changeset 1f51d1614b9a (bug 1207245) 2015-10-07 10:19:31 -07:00
Wes Kocher
b3e106628e Backed out changeset 91d4539e00ce (bug 1207245) 2015-10-07 10:19:19 -07:00
Wes Kocher
94e8c72c6d Merge fx-team to central, a=merge 2015-10-07 09:58:09 -07:00
Nathan Froyd
806d8619d3 Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout.  The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.

 # The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    xargs perl -p -i -e '
 s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
 s/nsRefPtr ?</RefPtr</g;   # handle declarations and variables
'

 # Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h

 # Handle nsRefPtr.h itself, a couple places that define constructors
 # from nsRefPtr, and code generators specially.  We do this here, rather
 # than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
 # things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
     mfbt/nsRefPtr.h \
     xpcom/glue/nsCOMPtr.h \
     xpcom/base/OwningNonNull.h \
     ipc/ipdl/ipdl/lower.py \
     ipc/ipdl/ipdl/builtin.py \
     dom/bindings/Codegen.py \
     python/lldbutils/lldbutils/utils.py

 # In our indiscriminate substitution above, we renamed
 # nsRefPtrGetterAddRefs, the class behind getter_AddRefs.  Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
    xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'

if [ -d .git ]; then
    git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
    hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi
2015-10-07 16:50:25 -04:00
Nathan Froyd
34d7cd6c43 Bug 1207245 - part 3 - switch all uses of mozilla::RefPtr<T> to nsRefPtr<T>; r=ehsan
This commit was generated using the following script, executed at the
top level of a typical source code checkout.

 # Don't modify select files in mfbt/ because it's not worth trying to
 # tease out the dependencies currently.
 #
 # Don't modify anything in media/gmp-clearkey/0.1/ because those files
 # use their own RefPtr, defined in their own RefCounted.h.
find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    grep -v 'mfbt/RefPtr.h' | \
    grep -v 'mfbt/nsRefPtr.h' | \
    grep -v 'mfbt/RefCounted.h' | \
    grep -v 'media/gmp-clearkey/0.1/' | \
    xargs perl -p -i -e '
 s/mozilla::RefPtr/nsRefPtr/g; # handle declarations in headers
 s/\bRefPtr</nsRefPtr</g; # handle local variables in functions
 s#mozilla/RefPtr.h#mozilla/nsRefPtr.h#; # handle #includes
 s#mfbt/RefPtr.h#mfbt/nsRefPtr.h#;       # handle strange #includes
'

 # |using mozilla::RefPtr;| is OK; |using nsRefPtr;| is invalid syntax.
find . -name '*.cpp' -o -name '*.mm' | xargs sed -i -e '/using nsRefPtr/d'

 # RefPtr.h used |byRef| for dealing with COM-style outparams.
 # nsRefPtr.h uses |getter_AddRefs|.
 # Fixup that mismatch.
find . -name '*.cpp' | \
    xargs perl -p -i -e 's/byRef/getter_AddRefs/g'
2015-10-07 15:05:02 -04:00
Carsten "Tomcat" Book
9f1c0bf17d Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Sebastian Hengst
378b7180e7 Backed out changeset c6b267589d0d (bug 1202902) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE 2015-10-07 13:36:26 +02:00
Ed Lee
da27b5b4d4 Bug 1211563 - Invite buttons should be underneath "Invite a friend" text in popped-out view [r=Standard8] 2015-10-05 15:34:21 -07:00
Jed Davis
c4b5dfb005 Bug 1201935 - Allow reading from TmpD in OS X content processes. r=smichaud 2015-10-07 13:41:00 +02:00
Marco Bonardo
5aaea5c37d Bug 1208063 - The name input field on the new bookmark dialog doesn't get focus. r=adw 2015-10-07 15:40:13 +02:00
Ed Lee
bc61f7c956 Bug 1211592 - The Copy Link and Email Link buttons show cursor:default, but the other buttons (Camera,Mic,Share Screen,Settings) show cursor:pointer [rs=jaws] 2015-10-05 15:24:32 -07:00
Mark Banner
8c53d8fd48 Bug 1208047 - Close the dropdown menu for sharing on Loop's conversation window as soon as an item is clicked, rather than leaving it open in a potentially confusing state. r=mikedeboer 2015-10-06 16:05:50 +01:00
Mike Conley
1a329623c1 Bug 1110511 - Move tab-crashing test helper function to BrowserTestUtils.jsm r=felipe 2015-09-29 16:44:50 -04:00
Carsten "Tomcat" Book
6e46667c14 merge mozilla-inbound to mozilla-central a=merge 2015-10-06 12:01:35 +02:00
Kit Cambridge
25c133e1db Bug 1192458, Part 1 - Consolidate push and desktop notification permissions. r=nsm,wchen,MattN 2015-10-05 16:39:34 -07:00
Wes Kocher
db56810f49 Backed out 6 changesets (bug 1110511) for automation timeouts in mochitest-bc suites
Backed out changeset eddfd7f32a1c (bug 1110511)
Backed out changeset 0eb0dda094b3 (bug 1110511)
Backed out changeset 8e20cd68ca78 (bug 1110511)
Backed out changeset c7b983f65568 (bug 1110511)
Backed out changeset 219d86f78b6b (bug 1110511)
Backed out changeset 0e055b648e10 (bug 1110511)
2015-10-05 16:38:03 -07:00
Matthew Noorenberghe
f5f5fe386c Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws 2015-09-25 13:18:29 -07:00
Gijs Kruitbosch
6034c1e9b6 Bug 1211456 - remove usage of getImageURLForResolution from search component, r=florian 2015-10-05 15:39:16 +01:00
Mike Conley
d8077f967c Bug 1110511 - Move tab-crashing test helper function to BrowserTestUtils.jsm r=felipe 2015-09-29 16:44:50 -04:00
Wes Kocher
fd22c35147 Backed out 3 changesets (bug 1208295) for build bustage CLOSED TREE
Backed out changeset ba930740225e (bug 1208295)
Backed out changeset 54f38580e0b8 (bug 1208295)
Backed out changeset a5907e5982a8 (bug 1208295)
2015-10-05 12:20:47 -07:00
Matthew Noorenberghe
eb7e5720f1 Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws 2015-09-25 13:18:29 -07:00
Carsten "Tomcat" Book
9eaa0d1abc Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)
2015-10-07 12:13:45 +02:00
Mark Banner
3a6eb4a200 Bug 1212348 - Loop's RoomList view requires user profile data passed in when it doesn't need to. r=mikedeboer 2015-10-08 11:30:06 +01:00
Mark Banner
854323ec89 Bug 1212074 - Update Mochitests for Loop now that the tabs are removed from the panel. r=mikedeboer 2015-10-08 11:30:06 +01:00
David Critchley
8535018d0c Bug 1212074 - Remove the tabs from Loop's panel. r=Standard8 2015-10-08 11:30:06 +01:00
Manuel Casas
ae065a249d Bug 1200693 - Modify aspect ratio so that top and bottom black bars are not seen when waiting alone in the conversation window. r=Standard8 2015-10-08 11:30:05 +01:00
Wes Kocher
113885afeb Merge m-c to inbound, a=merge CLOSED TREE 2015-10-05 13:11:26 -07:00
Gabor Krizsanits
a584c9cc0d Bug 1190667 - WEAPI contextMenus. r=billm 2015-10-05 17:48:08 +02:00
Luca Greco
c2f6e009d6 Bug 1204583 - Implement WebExtension runtime.connect for background and tab. r=billm,gabor 2015-09-26 09:22:00 +02:00
Kapeel Sable
02ec809160 Bug 1212171 - Change for referencing a different object Component.utils. instead of Cu. r=mak 2015-10-08 06:53:00 +02:00
Jan Keromnes
6e81c2f48c Bug 1196785 - Create an about:debugging page to list debuggable devtools targets. r=jryans 2015-10-02 08:10:00 +02:00
Chris Rafuse
ef6a7dc4a4 Bug 1204345 - Last letter at bottom right can be cut off, r=dmose 2015-10-04 16:43:21 -07:00
Phil Ringnalda
ffa684e571 Merge f-t to m-c, a=merge 2015-10-03 15:50:22 -07:00
Ehsan Akhgari
c610432c98 Bug 1202621 - Correctly wait for both focus and the delayed startup to finish when opening a new window in private browsing tests; r=mconley 2015-10-03 11:27:07 -04:00
Jared Wein
913408f078 Bug 1201398 - Web Notification management interface. r=MattN,dolske 2015-10-02 18:37:19 -04:00
Wes Kocher
4dcba29ad0 Merge inbound to central, a=merge 2015-10-02 13:33:20 -07:00
Carsten "Tomcat" Book
91e1ac6fd2 Merge m-c to mozilla-inbound 2015-10-02 13:37:27 +02:00
Carsten "Tomcat" Book
179a6e54ad merge mozilla-inbound to mozilla-central a=merge 2015-10-02 11:52:49 +02:00
Mark Banner
7972825db6 Bug 1210513 - Loop's direct calls don't cancel properly if you click the hangup button on the toolbar. r=mikedeboer 2015-10-02 14:24:09 +01:00
Mark Banner
0e5ca790cb Bug 1209592 - Fix Loop's screenshare dropdown being misplaced on large window sizes. r=mikedeboer 2015-10-02 14:24:09 +01:00
Mark Banner
34d811f8ba Bug 1204343 - Loop's accept call buttons has different heights and looks strange. r=mikedeboer 2015-10-02 14:24:09 +01:00
Mark Banner
a969ce23ac Bug 1207300 - If Firefox is started offline, then Loop never initialises correctly. r=dmose 2015-10-01 19:40:50 +01:00
Ed Lee
67297bea87 Bug 1210331 - Clean up strings for conversations panel and conversation invite [r=Standard8] 2015-09-29 20:05:37 -07:00
Florian Quèze
b0120c5a42 Bug 1209920 - Drop support for <MozParam condition="defaultEngine", r=adw. 2015-10-01 15:05:59 +02:00
Carsten "Tomcat" Book
ec2dae050c Merge m-c to fx-team 2015-10-01 14:16:12 +02:00
Carsten "Tomcat" Book
b78014b465 merge mozilla-inbound to mozilla-central a=merge 2015-10-01 12:39:25 +02:00
Mike de Boer
8017b2e65f Bug 1184921: allow custom buttons to be added to the chatbox titlebar and implement one for Hello that closes the window when clicked. r=Standard8 2015-09-30 15:35:22 +02:00
Seth Fowler
3ec62c3b82 Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske 2015-09-30 17:00:56 -07:00
Ed Lee
51ef78db78 Bug 1184924 - Implement the refreshed design for the invitation overlay [r=Standard8] 2015-09-18 10:45:47 -07:00
Wes Kocher
2bc1c3d4b3 Merge m-c to inbound a=merge 2015-09-30 14:10:21 -07:00
Wes Kocher
31e096e367 Merge inbound to central, a=merge 2015-09-30 13:49:27 -07:00
Carsten "Tomcat" Book
c5def77857 Merge mozilla-central to mozilla-inbound 2015-09-30 13:52:57 +02:00
Andrei Oprea
bdc5dd8b2b Bug 1202265 - Add visual regression tool for Hello, r=dmose 2015-09-29 14:58:23 -07:00
David Critchley
e4d82c5012 Bug 1204101 - Fix for Loop settings menu positioning where menu gets cropped from longer text, r=dmose 2015-09-29 13:08:22 -07:00
Mark Banner
6934b47f29 Bug 1209620 - Fix intermittent failure finding the start a conversation button in Loop's functional tests. r=dmose NPOTB DONTBUILD 2015-09-29 18:35:30 +01:00
Martin Thomson
8bcd9da010 Bug 1155923 - Removing moz prefix from RTC interfaces, r=jesup,smaug 2015-09-28 11:25:04 -07:00
Jared Wein
74c7470d2e Bug 1203253 - Add back/port the tests that got removed from bug 1140495. r=gijs 2015-09-24 11:03:54 -04:00
Mark Banner
1ec51edc45 Bug 1206457 - Second attempt to fix intermittent failure in browser_LoopRooms_channel.js - ensure previous states are cleared when they are used. r=mikedeboer 2015-09-29 14:50:15 +01:00
Mark Banner
0c5c7daffd Bug 1209078 - Part 2. If a user attempts to open their own room within Firefox when the room is already open, provide a message to inform the user. r=mikedeboer 2015-09-29 14:50:15 +01:00
Mark Banner
c5efcd3c22 Bug 1209078 - Part 1. When detecting if rooms are able to be handled by Firefox, also include an indication if they are already open or not. r=mikedeboer 2015-09-29 14:50:15 +01:00
Carsten "Tomcat" Book
13501ce691 Merge mozilla-central to fx-team 2015-09-29 12:41:12 +02:00
Carsten "Tomcat" Book
20429d63e4 merge mozilla-inbound to mozilla-central a=merge 2015-09-29 12:00:25 +02:00
Mike de Boer
1b7e78bef2 Bug 1171962: introduce telemetry histogram that counts the amount of sessions that exchanged one or more chat messages. r=vladan,dmose 2015-09-29 11:50:21 +02:00
Dan Mosedale
b30961262a Bug 1208647-minify OpenTok+lodash for faster Hello standalone load time, r=Standard8 2015-09-28 14:15:21 -07:00
Dan Mosedale
d33a347593 Bug 1188509-Bundle Hello standalone JS for performance, r=Standard8 2015-09-28 13:18:22 -07:00
Mark Banner
c33c3d4761 Bug 1208466 - Part 3. Fix display when opening room, and make the opened room text non-bold. r=mikedeboer 2015-09-28 16:08:27 +01:00
Mark Banner
50db7bf6c8 Bug 1208466 - Part 2. If an owner of a Loop link clicks their own link and join, make it open the conversation window. r=mikedeboer 2015-09-28 15:14:53 +01:00
Mark Banner
8e3bd3727c Bug 1208466 - Part 1. Create a new ToS view for Loop's standalone, ready for integration into the handled-in-Firefox views. r=mikedeboer 2015-09-28 15:14:53 +01:00
Carsten "Tomcat" Book
e86e9fb3c6 Merge mozilla-central to fx-team 2015-09-28 14:19:22 +02:00
Carsten "Tomcat" Book
d3d65f378b merge mozilla-inbound to mozilla-central a=merge 2015-09-28 14:13:24 +02:00
Mark Banner
9b7d6fc064 Bug 1208515 - The feedback view has the incorrect blue for the Hello icon and button. r=dmose 2015-09-26 12:20:11 +01:00
Wes Kocher
27a585a651 Backed out 3 changesets (bug 1208295) for browser_offlineQuotaNotification.js bustage CLOSED TREE
Backed out changeset 1c16e9f4aa2f (bug 1208295)
Backed out changeset 3242ff9a86bb (bug 1208295)
Backed out changeset 04f2a2c320a3 (bug 1208295)
2015-09-25 18:20:35 -07:00
David Critchley
f99e58dc33 Bug 1190738-Add Edit view with error to Hello ui-showcase, r=dmose 2015-09-25 16:23:29 -07:00
Matthew Noorenberghe
8fb3b18138 Bug 1200488 - browser_UITour_heartbeat.js: requestLongerTimeout(2) and add logging to see where/if the test is hanging. r=test-only 2015-09-25 15:50:20 -07:00
Bill McCloskey
a587ca9892 Bug 1207911 - [webext] Fix races in webextension tests (r=gabor) 2015-09-27 12:29:40 -07:00
Gijs Kruitbosch
7c38bffb8e Bug 1207106 - use voidptr for windows vault password ctypes code, r=dolske 2015-09-22 23:46:11 +01:00
David Critchley
73850afe0a Bug 1205206 - Move Loop Standalone Terms of Service text from footer to under Join button. r=Standard8 2015-09-30 09:38:24 +01:00
Neil Deakin
af0f95ed64 Bug 1199239, remove cpow usage from bookmark this page, r=mak 2015-09-25 21:14:43 -04:00
Wes Kocher
b780542d9b Merge m-c to inbound, a=merge 2015-09-25 18:02:38 -07:00
Zachary Carter
67b90fc80e Bug 1197323 - prevent profile images from being overwritten by an async onload callback r=markh 2015-09-25 14:02:30 -07:00
Luca Greco
25a7ce8acc Bug 1204575 - Test case for fix WebExtension EventManager fireFunc registering. r=billm r=gabor 2015-09-25 04:35:00 +02:00
Mark Banner
09f163af90 Bug 1208201 - Simplify setup flows for standalone and desktop in Loop's activeRoomStore. r=mikedeboer 2015-09-25 12:57:25 +01:00
Mark Banner
b430e8fcaa Bug 1188771 - Inform users when they can't use the Hello service due to ToS compliance. r=mikedeboer 2015-09-25 12:57:24 +01:00
Tim Taubert
606b4dde65 Bug 1193849 - Show "Learn more" link in security subview when mixed content blocking is disabled f=tanvi r=paolo 2015-09-23 14:18:46 +02:00
Gijs Kruitbosch
557f24d280 Bug 1194692 - fix fallback values at callsites of fileTimeToSecondsSinceEpoch, r=MattN 2015-09-22 23:25:28 +01:00
Wes Kocher
d643aba6d5 Backed out changeset 8045d8fcbfe5 (bug 1203253) for browser_change_app_handler.js failures CLOSED TREE 2015-09-24 11:28:45 -07:00
Jared Wein
4359a74fef Bug 1203253 - Add back/port the tests that got removed from bug 1140495. r=gijs 2015-09-24 11:03:54 -04:00
Carsten "Tomcat" Book
c0e40dc581 merge mozilla-inbound to mozilla-central a=merge 2015-09-24 12:03:40 +02:00
Wes Kocher
bf2553207a Merge m-c to fx-team, a=merge CLOSED TREE 2015-09-23 13:26:00 -07:00
Wes Kocher
e216a45117 Merge fx-team to central, a=merge CLOSED TREE 2015-09-23 13:22:10 -07:00
Mark Banner
2844b1e94c Bug 1205610 - Log the string associated with OT's UNABLE_TO_PUBLISH exception to help understand where it is coming from. r=Mardak 2015-09-23 11:51:06 +01:00
Florian Quèze
b5c9f64d3b Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
d61bf5206c Bug 862148 - stop supporting installation of Sherlock plugins through Services.search.addEngine, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
8fdad1333d Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw. 2015-09-23 12:05:36 +02:00
Bill McCloskey
a64554b153 Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
8b26dcb11c Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
e7a03caf49 Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor) 2015-09-23 17:18:31 -07:00
Bill McCloskey
a80f464d6a Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor) 2015-09-23 17:18:28 -07:00
Bill McCloskey
03392338c3 Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor) 2015-09-23 17:18:26 -07:00
Matthew Noorenberghe
9f2c93760c Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws 2015-09-25 13:18:29 -07:00
Wes Kocher
15a7c6855d Backed out changeset ee1649a0952f (bug 1203253) for browser_cookies_exceptions.js failures 2015-09-25 11:58:55 -07:00
Mark Banner
d704ed62b2 Bug 1207575 - Fix reporting of Loop's connection status if a user exits a room and then re-enters it without reloading the room. r=Mardak 2015-09-25 18:55:53 +01:00
Jared Wein
c8b46fe4c2 Bug 1203253 - Add back/port the tests that got removed from bug 1140495. r=gijs 2015-09-24 11:03:54 -04:00
Bill McCloskey
8bc3baac38 Bug 967873 - Start TabView when starting tests that might lazily load it (r=Gijs) 2015-10-01 21:18:05 -07:00
Wes Kocher
2a97476cc6 Merge m-c to fx-team, a=merge 2015-09-30 13:57:10 -07:00
Mark Banner
8ee97165d9 No bug. Fix Loop's eslint configuration, due to fallout from bug 1203520. rs=dmose NPOTB DONTBUILD 2015-09-30 18:50:05 +01:00
Manuel Casas
bb55b9209f Bug 1193674 - If room context/name is unavailable, the title of the standalone is displayed as "{{roomName}} - Firefox Hello". r=Standard8 2015-09-30 16:37:31 +01:00
Mark Banner
7abf54d376 Bug 1209029 - .settings-menu .icon classes in Loop's panel are obsolete and should be removed. r=Standard8 2015-09-30 16:37:31 +01:00
Jared Wein
fdd4161fe5 Bug 1209521 - Re-enable browser_cookies_exceptions.js on Linux. r=Gijs 2015-09-29 17:35:00 +02:00
Dave Townsend
066bd304a1 Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
Gijs Kruitbosch
c61890ab9e Bug 1183296 - feeds should display in e10s mode, r=billm 2015-09-17 18:06:44 +01:00
Shu-yu Guo
53a85861c1 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Shu-yu Guo
335cec2303 Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest) 2015-10-06 14:00:30 -07:00
Bill McCloskey
527f5e663a Back out bug 967873 - Start TabView when starting tests that might lazily load it 2015-10-07 11:15:11 -07:00
Wes Kocher
516c6171a4 Merge m-c to inbound, a=merge 2015-09-28 16:31:29 -07:00
Gijs Kruitbosch
d38832a5c7 Bug 636905 - part 3: flip prefs in tests to keep them working, r=jaws 2015-09-26 15:01:51 +01:00
Mark Hammond
96398a36f2 Bug 1206571 - ensure Sync UI is in correct state before Sync initialized. r=adw 2015-09-23 11:00:40 +10:00
Wes Kocher
1118311442 Merge inbound to central, a=merge CLOSED TREE 2015-09-22 16:42:03 -07:00
Wes Kocher
93cb1fb5c2 Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)
2015-09-22 11:02:55 -07:00
Jacek Caban
ceee103132 Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs 2015-09-22 19:07:10 +02:00
Drew Willcoxon
10821f54b8 Bug 1206376 - Pass the proper bookmark index when creating a new bookmark in the bookmark properties dialog. r=mak 2015-09-22 09:58:56 -07:00
Gijs Kruitbosch
15c327ad27 Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me 2015-09-22 16:45:06 +01:00
Gijs Kruitbosch
2bd43e6db6 Bug 1205053 - use registry typedURLs to import rudimentary history from MS Edge, r=dolske 2015-09-15 22:18:41 +01:00
Carsten "Tomcat" Book
a0734f4564 merge mozilla-inbound to mozilla-central a=merge 2015-09-22 12:35:13 +02:00
Matthew Noorenberghe
9f9d0b30ec Bug 1206943 - UITour: Remove the event listener in promisePanelElementEvent upon timeout. r=bgrins
The event listener wasn't getting removed in the reject case.
2015-09-21 16:34:27 -07:00
J. Ryan Stinnett
9494d02df8 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
f3f78c80e1 Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools
Break DevTools content files out of browser.jar and move to a new DevTools
specific jar.  Update all paths of the form:

chrome://browser/content/devtools/<X>

to

chrome://devtools/content/<Y>

where <Y> is the source tree path that comes after /devtools/client.
2015-09-21 12:02:37 -05:00
Manuel Casas
0eea2322a7 Bug 1203298 - Room loading spinner should be vertically centered. r=Standard8 2015-09-21 18:11:21 +01:00
Mark Banner
2e84acab31 Bug 1206701 - Fix the contact menu buttons on Loop's panel so that audio and video conversations can be selected properly. r=Mardak 2015-09-21 18:11:21 +01:00
Ed Lee
067ab246e0 Bug 1205658 - Hello Spinner Blue should match other blue elements in Hello [r=Standard8] 2015-09-21 00:49:24 -07:00
Dave Townsend
1e83ec2e3e Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
Mark Banner
c6be3242d8 Bug 1206457 - Fix intermittent browser_LoopRooms_channel.js time out, set up the back channel earlier to avoid loading time/setup issues. r=mikedeboer 2015-09-22 12:46:26 +01:00
Mark Banner
bf3b8d8fee Bug 1199213 - Part 3. More cleanup of conversation related css after call-url code removal. r=mikedeboer 2015-09-22 12:46:26 +01:00
Mark Banner
dbd4db9d9d Bug 1199213 - Part 2. Remove the old css relating to standalone call-url handling from Loop. r=mikedeboer 2015-09-22 12:46:26 +01:00
Ed Lee
87ac098d8e Bug 1184940 - Implement the refreshed design for the edit context view [r=dmose]
Additional patch for review comments.
2015-09-04 07:43:53 -07:00
Georg Fritzsche
58d43686db Bug 1205968 - Remove TranslationProvider category registration and manifest. r=felipe 2015-09-21 00:02:04 -07:00
Matthew Noorenberghe
dadc2c2d79 Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh 2015-09-20 23:53:30 -07:00
Ed Lee
ea0d7c18b4 Bug 1184940 - Implement the refreshed design for the edit context view. r=dmose 2015-09-20 21:27:34 +01:00
Ed Lee
a32d69b188 Bug 1199120 - Overlapping buttons in conversation window [r=Standard8] 2015-09-20 21:27:33 +01:00
Carsten "Tomcat" Book
672bd8c19f Merge mozilla-central to mozilla-inbound 2015-09-23 12:47:04 +02:00
Carsten "Tomcat" Book
4ef0e31ba4 Backed out 1 changesets (bug 1178533) for s4 testfailures
Backed out changeset 8bbdb80f67e0 (bug 1178533)
2015-09-23 10:17:54 +02:00
Chris Peterson
b06d7f99a7 Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00
Stephanie Ouillon
cd5fc60d9b Bug 1178533 - Add nsIInstallPackagedWebapp for registering permissions when navigating to signed packages. r=bholley, r=fabrice, r=valentin 2015-09-22 11:55:00 +02:00
Phil Ringnalda
6eeea14c68 Backed out 12 changesets (bug 1202482, bug 1202483, bug 1202481, bug 1202486, bug 1202479, bug 1202478, bug 1197475, bug 1203331, bug 1139860, bug 1202501, bug 1199473, bug 1190662) for Mulet mochitest-5 timeouts
CLOSED TREE

Backed out changeset 6503123e95dd (bug 1139860)
Backed out changeset b83bc163064d (bug 1203331)
Backed out changeset 2f501bd57cd2 (bug 1202481)
Backed out changeset 37e6ac7beb42 (bug 1202486)
Backed out changeset f9b6e99e620e (bug 1202483)
Backed out changeset 466af9f9baee (bug 1202482)
Backed out changeset 6be690e265a2 (bug 1202479)
Backed out changeset 57ff88bfccf4 (bug 1197475)
Backed out changeset 7e8c04ff6049 (bug 1202478)
Backed out changeset 525227997274 (bug 1202501)
Backed out changeset da317cdb79d3 (bug 1199473)
Backed out changeset 73b8ddd6dac9 (bug 1190662)
2015-09-22 19:29:51 -07:00
Wes Kocher
3d5852303d Merge m-c to inbound, a=merge CLOSED TREE 2015-09-22 16:46:47 -07:00
Bill McCloskey
d2e0c2a43b Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor) 2015-09-22 16:09:22 -07:00
Bill McCloskey
1b29866815 Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor) 2015-09-22 16:09:22 -07:00
Bill McCloskey
0902468024 Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor) 2015-09-22 16:09:21 -07:00
Bill McCloskey
23dae0936e Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor) 2015-09-22 16:09:20 -07:00
Bill McCloskey
853ece0af0 Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor) 2015-09-22 16:09:20 -07:00
Jared Wein
55f6a4dd02 Bug 1208000 - Default browser dialog appears only 2 times. r=Gijs 2015-09-24 14:18:00 +02:00
Kannan Vijayan
c58ebbab8e Bug 1084009 - Part 3/3 - Test fix to let previous patches pass. r=mikedeboer 2015-09-21 19:07:01 -04:00
Manuel Casas
b33844784f Bug 1172662 - ICE failures occuring in Loop conversations should be reported to the user. r=Standard8 2015-10-05 14:40:15 +01:00
Mark Banner
0322bd6505 Bug 1210707 - Feedback view no longer allows closing the window and avoiding leaving feedback. r=mikedeboer 2015-10-05 14:40:15 +01:00
Mike Conley
ad47a278e1 Bug 1202634 - Regression test. r=jdm 2015-09-21 13:52:50 -04:00
Tooru Fujisawa
23e07d0a09 Bug 1207491 - Part 20: Remove use of expression closure from browser/components/translation/. r=Gijs 2015-09-23 18:36:24 +09:00
Tooru Fujisawa
ff69585981 Bug 1207491 - Part 19: Remove use of expression closure from browser/components/tabview/test/. r=Gijs 2015-09-23 18:36:23 +09:00
Tooru Fujisawa
742d2b8a23 Bug 1207491 - Part 18: Remove use of expression closure from browser/components/tabview/. r=Gijs 2015-09-23 18:36:23 +09:00
Tooru Fujisawa
d3727bdff9 Bug 1207491 - Part 17: Remove use of expression closure from browser/components/shell/. r=Gijs 2015-09-23 18:36:23 +09:00
Tooru Fujisawa
9c187270af Bug 1207491 - Part 16: Remove use of expression closure from browser/components/sessionstore/. r=Gijs 2015-09-23 18:36:23 +09:00
Tooru Fujisawa
e588f9dc90 Bug 1207491 - Part 15: Remove use of expression closure from browser/components/search/. r=Gijs 2015-09-23 18:36:22 +09:00
Tooru Fujisawa
85e6a99282 Bug 1207491 - Part 14: Remove use of expression closure from browser/components/privatebrowsing/. r=Gijs 2015-09-23 18:36:22 +09:00
Tooru Fujisawa
f71022623f Bug 1207491 - Part 13: Remove use of expression closure from browser/components/preferences/. r=Gijs 2015-09-23 18:36:22 +09:00
Tooru Fujisawa
30f8cffe67 Bug 1207491 - Part 12: Remove use of expression closure from browser/components/pocket/. r=Gijs 2015-09-23 18:36:22 +09:00
Tooru Fujisawa
49f0c45b5d Bug 1207491 - Part 11: Remove use of expression closure from browser/components/places/tests/. r=Gijs 2015-09-23 18:36:22 +09:00
Tooru Fujisawa
470ffc609d Bug 1207491 - Part 10: Remove use of expression closure from browser/components/places/content/. r=Gijs 2015-09-23 18:36:21 +09:00
Tooru Fujisawa
5d60d72bfe Bug 1207491 - Part 9: Remove use of expression closure from browser/components/places/PlacesUIUtils.jsm. r=Gijs 2015-09-23 18:36:21 +09:00
Tooru Fujisawa
884ed9498a Bug 1207491 - Part 8: Remove use of expression closure from browser/components/nsBrowserContentHandler.js. r=Gijs 2015-09-23 18:36:21 +09:00
Tooru Fujisawa
19fa4289ee Bug 1207491 - Part 7: Remove use of expression closure from browser/components/migration/. r=Gijs 2015-09-23 18:36:21 +09:00
Tooru Fujisawa
da7ce61df2 Bug 1207491 - Part 6: Remove use of expression closure from browser/components/downloads/. r=Gijs 2015-09-23 18:36:20 +09:00
Tooru Fujisawa
32c9fd77a9 Bug 1207491 - Part 5: Remove use of expression closure from browser/components/distribution.js. r=Gijs 2015-09-23 18:36:20 +09:00
Tooru Fujisawa
8c1010c009 Bug 1207491 - Part 4: Remove use of expression closure from browser/components/customizableui/test/. r=Gijs 2015-09-23 18:36:20 +09:00
Tooru Fujisawa
af895a68f9 Bug 1207491 - Part 3: Remove use of expression closure from browser/components/customizableui/content/. r=Gijs 2015-09-23 18:36:20 +09:00
Tooru Fujisawa
5b8171075c Bug 1207491 - Part 2: Remove use of expression closure from browser/components/customizableui/PanelWideWidgetTracker.jsm. r=Gijs 2015-09-23 18:36:20 +09:00
Tooru Fujisawa
38484bdfe9 Bug 1207491 - Part 1: Remove use of expression closure from browser/components/customizableui/CustomizableUI.jsm. r=Gijs 2015-09-21 00:39:52 +09:00
David Rajchenbach-Teller
b4b9c52a55 Bug 1089695 - Async sanitize.js;r=mak 2015-07-27 19:18:19 +02:00
David Rajchenbach-Teller
d4ab3b9422 Bug 1089695 - Fixing wrong dependency in Places shutdown. r=mak 2015-08-10 11:07:54 +02:00
Wes Kocher
58385f218c Merge m-c to inbound, a=merge 2015-11-02 15:57:48 -08:00
Olivier Yiptong
16db592cf7 Bug 1214287 - 2-4% linux64/win7/8 ts_paint regression on inbound (v.44) seen on Oct 12, 2015 from rev 3012b7a2c97c r=mconley 2015-10-30 23:00:35 -04:00
Phil Ringnalda
7452bcb6d8 Bug 1206457 - Skip browser_LoopRooms_channel.js on ASan e10s 2015-09-19 19:14:14 -07:00
Mark Banner
29b89f0f6c Bug 1205591 - Add a basic service channel implementation for listening to Loop's link clicker and opening rooms when requested. r=mikedeboer 2015-09-19 14:22:56 +01:00