Commit Graph

13150 Commits

Author SHA1 Message Date
OHZEKI Tetsuharu
a99bde2248 Bug 565717 - "Search for" context menu entry should be in textareas/inputs too. r=gavin.sharp 2011-04-24 12:15:53 -04:00
Andrea Marchesini
ef8da16819 Bug 794386 - do not store blob: URIs in global history, r=gavin.sharp 2012-10-08 12:59:22 -07:00
Mounir Lamouri
82bc977b00 Bug 769569 - Check that navigator.id.request was called as a result of user input. r=benadida 2012-10-08 14:03:14 +01:00
Ed Morley
4c8dd108ae Merge mozilla-central to mozilla-inbound 2012-10-08 15:33:07 +01:00
Ed Morley
af559ec90e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-08 15:21:04 +01:00
Ted Mielczarek
412280f954 Add a script to update Breakpad from SVN (no bug). r=me 2012-10-08 10:16:11 -04:00
Ted Mielczarek
d71e227ed7 bug 778364 - Update Breakpad to r1064. r=upstream 2012-10-08 10:16:09 -04:00
Panos Astithas
7f7e47b88c Fix a merge conflict. No bug. 2012-10-08 16:28:17 +03:00
Panos Astithas
3c7fcfb60b Merge m-c to fx-team 2012-10-08 16:26:41 +03:00
Gavin Sharp
e452d885a9 Adjust comment from bug 790545's patch 2012-10-08 10:57:21 +02:00
Mihai Sucan
766d59435f Bug 768096 - Web Console remote debugging protocol support - Part 5: tests; r=robcee 2012-10-05 16:40:57 +03:00
Mihai Sucan
7e49c9d89c Bug 768096 - Web Console remote debugging protocol support - Part 4.5: global actor; r=past 2012-10-06 13:29:57 +03:00
Mihai Sucan
e2ac1f8d7b Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee 2012-10-05 19:15:51 +03:00
Mihai Sucan
e13614b31e Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-10-05 14:54:43 +03:00
Mihai Sucan
514a8188b1 Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee 2012-09-26 18:02:04 +01:00
Mihai Sucan
f81f8939ef Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Panos Astithas
c6e43f4ec3 Bug 792925 - Dynamically-added tab-scoped actors should get a reference to their parent; r=msucan 2012-09-24 12:43:26 +01:00
Panos Astithas
09681ca92a Merge m-c to fx-team 2012-10-04 09:54:25 +03:00
David Rajchenbach-Teller
e8ce3f8165 Bug 797326 - Get the right line number printed in test_jsctypes.js.in. r=jorendorff 2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
23bfbcddac Bug 794104 - In async OS.File, DEBUG should be false. r=yoric 2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
32856facbc Bug 793435 - Open worker_test_osfile_win.js instead of worker_test_osfile_unix.js. r=yoric 2012-10-03 18:19:23 -04:00
WangJun
4eab8b26b1 Bug 793435 - Handle INVALID_HANDLE in CloseHandle and FindClose correctly. r=yoric 2012-10-02 20:56:47 +08:00
Allison Naaktgeboren
b81c4989af Bug 720997 - add sync prefs prefix to about:support whitelist.r=Unfocused 2012-10-03 15:04:01 -07:00
Ehsan Akhgari
4cc5251a8a Bug 797227 - Remove nsDownloadManager::mDownloadType; r=mak 2012-10-03 16:34:05 -04:00
Ehsan Akhgari
0e7ecd5bb6 Bug 797224 - Remove Database::mCurrentJournalMode; r=mak 2012-10-03 16:33:30 -04:00
Karl Tomlinson
0292baea13 b=795812 add border to panelarrow r=dao
--HG--
extra : rebase_source : 59779b50ff49aa39135156603daa1d6566eabb5f
2012-10-03 11:34:43 +13:00
Josh Matthews
1c61b4bca6 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Ehsan Akhgari
2e41e62ebd Bug 797257 - Only include nsAlgorithm.h in archivereader.cpp on Windows; r=bbondy
We only need this header on Windows since nsVersionComparator.cpp uses NS_MIN
on Windows.  This change silences compiler warnings on other platforms.

--HG--
extra : rebase_source : dba778c59be41587c05e964f2328a4ae662130e3
2012-10-03 10:57:38 -04:00
Nick Fitzgerald
a5519db540 bug 788754: simplify SourceClient's api; r=past 2012-09-28 08:27:00 +03:00
Panos Astithas
0cc9a016eb bug 755661 part 5 - fix xpcshell test on windows; r=rcampbell 2012-10-03 18:56:45 +03:00
Nick Fitzgerald
a652d202f7 bug 755661 part 3 - sources over protocol; r=past 2012-09-27 11:30:00 +03:00
Nick Fitzgerald
2bd97c5302 bug 755661 part 2 - add thread scoped long strings; r=past 2012-09-27 11:29:00 +03:00
Nick Fitzgerald
b6cb706721 bug 755661 part 1 - move Promise.jsm; r=past,jwalker 2012-09-27 11:28:00 +03:00
Andrew Quartey
21f22f5076 Bug 792581 - part 5: Replace LL_CMP macro with standard comparison. r=ehsan 2012-10-03 10:13:19 -04:00
Andrew Quartey
101deea163 Bug 792581 - part 2: Replace LL_EQ macro with standard relation. r=ehsan 2012-10-03 10:13:18 -04:00
Bobby Holley
2765270430 Bug 795275 - Telemetry. r=mrbkap 2012-10-03 11:44:18 +02:00
Randell Jesup
1b26ec296f Bug 787204: License changes for import of usrsctp library r=gerv 2012-10-03 03:23:10 -04:00
Tim Taubert
f824f55136 merge m-c to fx-team 2012-10-02 09:59:18 +02:00
Julian Muenster
1d6de614d7 Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused 2012-09-27 07:42:00 +12:00
Tim Taubert
cc20557287 merge m-c to fx-team 2012-09-28 18:59:01 +02:00
Mihai Sucan
6b46424e8e Backed out changeset 4a87ede182ca (bug 792925) 2012-09-28 13:19:40 +01:00
Mihai Sucan
1ae9c94e17 Backed out changeset fd6633f5666e (bug 768096)
--HG--
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => browser/devtools/webconsole/WebConsoleUtils.jsm
2012-09-28 13:19:40 +01:00
Mihai Sucan
42f179e71e Backed out changeset 57755fd703c9 (bug 768096) 2012-09-28 13:19:40 +01:00
Mihai Sucan
16782ef379 Backed out changeset 8c127abc3ad8 (bug 768096)
--HG--
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => browser/devtools/webconsole/NetworkHelper.jsm
2012-09-28 13:19:40 +01:00
Mihai Sucan
7dd188e6ab Backed out changeset 9c70da27ec28 (bug 768096) 2012-09-28 13:19:40 +01:00
Mihai Sucan
f0583042fa Backed out changeset 89ab8685729d (bug 768096) 2012-09-28 13:19:39 +01:00
Mark Hammond
79ca52de4b Bug 792324 - access keys are fired for non-open popups. r=enndeakin 2012-09-28 15:04:57 +10:00
Mark Hammond
e2697b60ef Bug 794742 - add a charset to data: urls to reduce test noise. r=jaws 2012-09-28 15:04:51 +10:00
David Rajchenbach-Teller
dfd8086335 Bug 786211 - Async OS.File.{read, writeAtomic} test suite. r=froydnj 2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
e11b72618e Bug 786211 - Async OS.File.{read, writeAtomic}. r=froydnj 2012-09-27 23:06:00 -04:00