Oleg Romashin
9aa2d49089
Bug 568691 followup - Fix the Qt remote service and widget registration, r=bsmedberg
2010-07-02 09:51:58 -04:00
Marco Bonardo
3c213f440c
Fix a condition where we assert because data is destroyed before a new step is added.
2010-07-02 15:47:41 +02:00
Benjamin Stover
c41accdd7c
Bug 566738 - Make setting titles asynchronous. r=sdwilsh r=mak sr=bz
2010-06-30 16:19:33 -07:00
Benjamin Stover
97eb3d6fee
Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz
2010-06-30 16:08:28 -07:00
Michael Kohler
dab190d2bc
Bug 506041 - Correct misspellings in source code (Patch 3)
...
r=timeless
--HG--
extra : rebase_source : 1917c999a5865676ffb7ec3c2834c3e091bb64dc
2010-07-07 15:33:52 +02:00
Josh Matthews
efd0cccb18
Bug 580450 - Clean up IPC::URI. r=dwitte
2010-07-26 15:59:34 -04:00
Marco Bonardo
f8ce876ce0
backout Bug 581660 since we are freezing for b3. a=gavin
2010-08-03 10:20:08 +02:00
Marco Bonardo
0082f86850
Bug 581648 - Useless warning in GetReversedHostName. r=sdwilsh
2010-08-03 10:01:49 +02:00
Marco Bonardo
6a68ec58b5
Bug 581660 - places-teardown should be double enqueued. r=sdwilsh
2010-08-03 10:01:47 +02:00
Patrick Walton
9af62ee26f
Bug 582121 - Web Console filter box should look like a search box. r=gavin, a=gavin
...
--HG--
extra : rebase_source : 20cc9da0a7b72c281e8f09d42b7cb03422032cf0
2010-08-03 13:08:11 +12:00
Justin Dolske
8f6ee78630
Bug 499233 - multiple master password prompts triggered by filling form logins in multiple tabs. r=zpao, a=sdwilsh
2010-08-02 16:02:20 -07:00
Doug Turner
5c072b1442
Follow up fix to bug 516728. Fixes assertion description and removing an extra ws
2010-08-01 23:38:10 -07:00
Zack Weinberg
cb67b85053
Bug 568863: Followup fix for comm-central bustage. r=khuey
2010-08-01 21:45:18 -07:00
Benjamin Smedberg
a249678c04
Final merge and landing of bug 568691 and dependent bugs to mozilla-central on a CLOSED TREE.
...
* bug 568691, register XPCOM components statically using manifests. r=mossop, with some test and build stuff r=vlad,sdwilsh
* bug 573557, rename categories with spaces to use hypens. r=jst
* bug 573739, Don't get the private browsing service during layout module initialization, r=ehsan
This initial merge does not include some work planned to land imminently:
* The extension manager still restarts. I need to solve a problem re-reading default preferences from extensions.
* MOZ_OMNIJAR is broken: there is a patch which I need to update in bug 568691.
* I will concurrently land a mobile-browser fix for component registration, but it may require some additional packaging changes.
2010-07-01 14:26:25 -04:00
Taras Glek
bb78f82fbe
Bug 416330 - Suboptimal SQLite page size r=sdwilsh
2010-07-01 10:57:13 -07:00
Taras Glek
0b7f7ad13e
Bug 575788: test_expire.js should use relative file size r=dolske
2010-07-01 10:56:54 -07:00
Benjamin Smedberg
4d172dd53d
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a2833452f8
Merge mozilla-central to the bug 568691 branch.
...
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Stover
8150bfd360
Backout of bugs 575908, 566738, and 556400
2010-06-29 17:34:52 -07:00
Benjamin Stover
6932ae09f9
Bug 575908 - Leak fix: remove all pending tasks from queue. r=sdwilsh
2010-06-29 16:18:17 -07:00
Benjamin Stover
41fbf65971
Bug 566738 - Add SetURITitle to IHistory r=sdwilsh, sr=bz
2010-06-29 14:12:41 -07:00
Benjamin Stover
86673a511e
Bug 556400 - Implement asyncable VisitURI. r=sdwilsh, sr=bz
2010-06-29 13:58:36 -07:00
Benjamin Smedberg
d50a7d78b2
Add a newline to the end of satchel.manifest because, although I have no clue why and that scares me, the lines are being re-ordered during the mac install process and the unterminated line becomes a parse error.
2010-06-28 15:11:00 -04:00
Benjamin Smedberg
1a140494e8
Fixes for more test failures from bug 568691 - the RTL tests dynamically register chrome which must be un-done: to do this, I register a manifest for the life of the app, but truncate it after this test is complete. The toolkit tag-autocomplete tests were failing because of a missing close-brace.
2010-06-27 17:04:45 -04:00
Benjamin Smedberg
c16cf0f0c5
Fix a bunch of test failures caused by typos or other issues from bug 568691.
2010-06-27 14:03:05 -04:00
Benjamin Smedberg
9cadd0fe5f
Fix contracts which were not registered correctly: nsPlacesAutoComplete.js was completely missing, and the nsINIParserFactory contract was missing. Fixes test_pref_interval.js to register/unregister its mock objects correctly.
2010-06-25 22:17:31 -04:00
Benjamin Smedberg
63c0077443
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Drew Willcoxon
bb224ec5ad
Bug 573430 - nsIFaviconService.getFaviconData should not fail when passed the default favicon. r=mak
2010-06-25 14:06:14 -07:00
Benjamin Smedberg
abf280675d
Testing fixes for bug 568691 - change xpcshell do_load_module to do_load_manifest, and switch the relevant tests to use manifests and the new function.
2010-06-25 10:43:25 -04:00
Gavin Sharp
ef1133a3ca
Bug 574137: move HUDService styling to toolkit/themes, avoid setting incorrect class names on toolbar buttons, and remove toolbar style rules that conflict with the browser styling, r=dao
...
--HG--
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/pinstripe/global/headsUpDisplay.css
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/winstripe/global/headsUpDisplay.css
extra : rebase_source : f99848fa59b700ed1503fddd9a08a4f34c3c8cb4
2010-06-24 20:16:35 -04:00
Benjamin Smedberg
6e8d912e32
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
Benjamin Smedberg
762def30bb
Merge mozilla-central into the static-xpcom-registration branch.
2010-06-23 17:26:25 -04:00
Mehdi Mulani
1021f12095
Bug 564270 - Can not search Places by transition type
2010-06-23 10:01:27 -07:00
David Dahl
be8e38decd
Bug 573845 - open the console to a percentage of the browser window height, p=ddahl, r=dietrich
2010-06-23 12:30:51 -03:00
Benjamin Smedberg
31e2b381e5
Bug 568691 - Mac-specific changes to binary components.
2010-06-22 13:05:00 -04:00
Benjamin Smedberg
202aa47626
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
2010-06-22 12:59:57 -04:00
Benjamin Smedberg
5cab25b52b
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
6e45dd655f
Merge bug 573557 into static-xpcom-registration branch.
2010-06-21 16:58:53 -04:00
Benjamin Smedberg
ce1372d9d4
Bug 573557 - Rename the category names for script globals to avoid spaces, r=jst
2010-06-21 16:57:44 -04:00
Benjamin Smedberg
45af085fff
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
3fbca784cb
More Linux-specific fixup from bug 568691
2010-06-12 20:50:56 -04:00
ddahl@mozilla.com
e5228a3af6
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-22 09:51:50 -07:00
Dão Gottwald
d00035f67a
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02:00
timeless@mozdev.org
a680002b0a
Bug 565599 unused variable nsNavHistoryContainerResultNode::mAsyncEnabled
...
r=mano
2010-06-22 02:01:39 +02:00
Tobias Nygren
bc9e175324
Bug 469951 - using %lld PR_scanf format directly on a PRTime is not portable. r=sdwilsh
2010-06-22 02:01:37 +02:00
Marco Bonardo
d9cec5a36c
Bug 572800 - Ensure previous autocomplete query has been canceled before starting a new one. r=sdwilsh
2010-06-22 02:01:35 +02:00
Justin Dolske
d345e67c3e
Bug 573238 - Windows authentication broken. r=gavin
2010-06-21 15:04:46 -07:00
Justin Dolske
749fbaa4a5
Bug 573225 - Master Password prompt textbox labeled with "Password:". r=gavin
2010-06-21 15:04:43 -07:00
Benjamin Smedberg
f13550a209
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Shawn Wilsher
5aafb87384
Backout of bug 416330 so we can freeze for the beta on a CLOSED TREE.
2010-06-28 16:31:47 -07:00
Shawn Wilsher
0a2985c514
Bug 416330 - fix oranges. CLOSED TREE. a=zpao r=sdwilsh
2010-06-28 16:04:15 -07:00
Taras Glek
ce040e2786
Bug 416330 - Suboptimal SQLite page size r=sdwilsh
...
--HG--
extra : rebase_source : 053c7b1d975304ed7d402bb619874c889c71425c
2010-06-28 12:13:26 -07:00
Daniel Holbert
a7de49793d
Backed out changeset 5da9fc2be835 (Bug 557566)
2010-06-26 20:00:11 -07:00
Daniel Holbert
d37294426a
Bug 557566, part 2: Add FAIL_ON_WARNINGS to Makefiles in some build-warning-free directories. r=ted
2010-06-26 14:25:22 -07:00
Dan Witte
fe353f1bb1
Followup to bug 573004 to address review comment.
2010-06-26 14:18:45 -07:00
Ginn Chen
c7a08ba1b9
Bug 568027 Fix test_plugins.js |2 == 8| with build in homedir r=dtownsend
2010-06-27 00:53:42 +08:00
Doug Turner
26297a1c2a
Backing out af6c00ca82d1
2010-06-26 00:32:19 -07:00
Doug Turner
d4af2b4341
Backing out 1a916e3c1ad1
2010-06-26 00:31:31 -07:00
Doug Turner
bf11f60673
Backing out 4061ea0018b6
2010-06-26 00:30:57 -07:00
Doug Turner
4639ebf46c
Fix for build bustage when landing bug 556400
2010-06-25 23:37:51 -07:00
Benjamin Stover
785d263fb3
Bug 566738 - Add SetURITitle to IHistory. r=sdwilsh sr=bz
2010-06-25 22:53:41 -07:00
Benjamin Stover
44b838b62d
Bug 556400 - Implement asyncable VisitURI. r=sdwilsh sr=bz
2010-06-25 22:50:29 -07:00
Marco Bonardo
9fe93d185e
Bug 553467 - Move Places Transactions to PlacesUtils. Make PlacesUIUtils.ptm a compatibility shim. r=mano
2010-06-30 23:24:03 +02:00
L. David Baron
bc720ca632
Backed out changeset b805434e7e4b (bug 534398) for causing leaks on (debug) mochitest-other.
2010-06-19 14:15:27 -07:00
ddahl@mozilla.com
1ac23e36fe
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-19 13:17:44 -07:00
Dietrich Ayala
77c9676f7c
Backed out changeset 552ea4bd4e59
2010-06-18 16:21:43 -07:00
ddahl@mozilla.com
074dbc6c09
Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap)
2010-06-18 16:18:16 -07:00
Jesse Ruderman
a4f5376a50
Bug 572957 - about:memory is missing TD elements around ABBR elements. r=vlad
2010-06-18 12:14:39 -07:00
Marco Bonardo
82fb454a43
Fix and re-enable test_history_expiration.js
2010-06-17 21:46:22 +02:00
Marco Bonardo
3dde28df89
skip failing test while I figure out what's up
2010-06-17 14:16:57 +02:00
Marco Bonardo
6d0b3f36e9
Bug 562644 - Ensure correct Places shutdown sequence and avoid sync expiration stuff. r=dietrich
2010-06-17 12:53:01 +02:00
Justin Dolske
422aa006f4
Bug 563274 - remove debug logging code that was left enabled.
2010-06-16 23:49:04 -07:00
Justin Dolske
cc2d31e94b
Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
...
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Marco Bonardo
56687a63fc
Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin
2010-06-16 18:54:29 +02:00
Smokey Ardisson
7be6b3fecb
Bug 552596 - about:config's integer validation code is not embedding-friendly, so replace toolkit validation code with embedding-friendly version from a former life in XPFE. r=neil@parkwaycc.co.uk
2010-06-15 22:31:33 -04:00
Gavin Sharp
11699e815e
Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
...
--HG--
extra : rebase_source : 23f0da39af75427aaeb02ba32a1a88af3f339230
2010-06-07 10:29:25 -04:00
Justin Dolske
cc03cf1409
Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin
2010-06-14 14:00:21 -07:00
Brad Lassey
4346c1fc9c
bug 565138 - Implement extloader backend for Android r=vlad
2010-06-14 15:04:16 -04:00
Drew Willcoxon
23f6c7fa89
Bug 564573 - A page that's opened in a tab should appear exactly once, as switch-to-tab. r=mak
2010-06-14 11:51:53 -07:00
Justin Wood
7eb105907c
Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
...
pending-feedback=jmaher
Also RE-enables browser-mochitests for docshell.
2010-06-09 19:29:44 -04:00
Dave Townsend
f1d4bafdbd
Backed out changeset f9a700607b86 from bug556400 due to possible browser-chrome failures.
...
--HG--
extra : transplant_source : %AC%2C%060%A3Shzk%F0%19i%87%AB%D8%87%B8%5E%80%A6
2010-07-02 20:01:44 -07:00
Dave Townsend
1603750c26
Backed out changeset 07a9dcc28c5c from bug 566738 due to possible browser-chrome failures.
...
--HG--
extra : transplant_source : %0C%19%86%CE%D8%F3%95%7FV%BA%3DsM%06%D4%EF%C8%B7%8Dq
2010-07-02 20:00:45 -07:00
Dave Townsend
8a945c0886
Backed out changeset f666976446db from bug 556400 due to possible browser-chrome
...
failures.
--HG--
extra : transplant_source : h%3B%A1%2CB0Z%08%B0%D3%D7N-%DD%0B%00%8C%95G%FE
2010-07-02 19:58:25 -07:00
Jeff Walden
1a51ea8168
Bug 505656 - Bookmarks backup JSON generation should 1) generate valid JSON and 2) handle incremental failures better (omitting information, rather than potentially serializing bad information). r=mak
2010-05-10 16:11:03 -07:00
Frank Yan
bf0208ab74
Bug 568287 - Expand test for 'Copy Password' context menu item in Password Manager [r=dolske]
2010-06-09 13:55:46 -07:00
Dão Gottwald
e706eaaef3
browser_bug511456.js and browser_bug537449.js cleanup
...
--HG--
extra : rebase_source : 0b5e002b1e4154c3b6239f2f6a4a0dc302a0cde1
2010-06-09 07:59:46 +02:00
Philip Chee
eff1ed54a7
Bug 542950 [SeaMonkey trunk] mochitest-browser-chrome: new test fails with "browser_bug511456.js:99 - TypeError: win2 is undefined", browser_bug537449.js fails too. r=dtownsend
2010-06-09 11:57:53 +08:00
Dave Townsend
a75b34f580
Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure.
2010-06-08 11:20:32 -07:00
Dave Townsend
67bc73397f
Bug 569342: Find bar should not be enabled in about:addons. r=gavin
2010-06-07 09:31:48 -07:00
Robert Sayre
09e6a02419
Merge mozilla-central to tracemonkey.
2010-06-06 11:28:04 -04:00
Mats Palmgren
f35582f251
Allow the test to run for max 15 seconds, then fail the test. b=567931
2010-06-06 16:25:57 +02:00
Robert Sayre
d9e86770e3
Merge mozilla-central to tracemonkey.
2010-06-05 19:13:45 -04:00
Jason Orendorff
d7cbea1f4d
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
...
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Robert Kaiser
1a1d1d5a7f
bug 567587 - consistent IDs for view(Partial)Source, kill unused page editing function, r=gavin
2010-05-24 14:48:24 +02:00
Michael Kohler
5f19df86e0
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Jason Duell
84b443f1c0
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
2010-05-21 14:03:02 -07:00
Ehsan Akhgari
a87b134220
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Ehsan Akhgari
a534fc7fef
Back out changeset 6fc5d661ca55 because of a11y test failures
2010-05-19 10:48:30 -04:00
Asaf Romano
4613bbc1fa
Bug 566736 - Lazily initialize the findbar. r=gavin.
2010-05-19 15:23:43 +03:00
Wolfgang Rosenauer
4275502ad6
Bug 566576 - alerts not working for Qt builds. r=ted
2010-05-19 07:43:18 +02:00
Phil Ringnalda
523f78b244
Reenable browser_bug511456.js on Linux, now that we hope bug 542928 is fixed
2010-05-18 20:23:33 -07:00
Frank Yan
f2e96eb3b7
Bug 566710 - remove extra whitespace from password manager. r=dolske
2010-05-18 14:29:09 -07:00
Edmund Wong
3f9353b789
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas
2010-05-18 09:50:14 +02:00
Felipe Gomes
027eb6c1e4
Bug 524811 - "add glowing Firefox icon in the taskbar when downloads are completed" [r=sdwilsh ui-r=beltzner]
...
--HG--
extra : rebase_source : 53eb7821e75160557ed7d34e66e1fbcefa7bddd3
2010-05-01 09:55:00 -04:00
Mitchell Field
6ad77bd6db
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
2010-05-14 18:24:41 +09:00
Mark Banner
14c0ac6dc0
Bug 530079 Catch and handle nicely 'malformed URI sequence when migrating passwords from the legacy storage to the new. r=dolske
2010-05-14 09:07:36 +01:00
timeless@mozdev.org
6d30a73e66
Bug 562519 cache result from PR_GetPhysicalMemorySize
...
r=biesi
2010-05-13 11:11:24 -07:00
Michael Kohler
9397418412
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Rob Arnold
fd95e7b700
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Steffen Wilberg
1920b72b59
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
2010-05-12 20:25:48 +02:00
Mounir Lamouri
cbf74508a5
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
2010-05-12 09:17:07 +02:00
Michael Wu
13f60da2a0
bug 561451 - Build alerts service on android r=vlad
2010-05-11 13:27:36 -04:00
Dave Townsend
7a182ad4ba
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
b454969d34
Bug 553169: Make the platform talk to the extension manager without using a custom interface. r=bsmedberg
2010-04-29 13:11:23 -07:00
Daniel Holbert
942fda5f5c
Bug 560393, part 1: (places directory) Fix warning: "format '%d' expects type 'int', but argument [N] has type 'size_t'". r=sdwilsh
2010-05-06 11:52:15 -07:00
Robert Sayre
0ebb9c1370
Merge tracemonkey to mozilla-central.
2010-05-06 08:50:41 -04:00
Matthew N.
658d0543b9
Bug 525394 - Fix race condition in test_autocomplete.js (old but not senior == senior citizen) [r=dolske]
2010-05-06 09:20:33 +02:00
Justin Dolske
0a5357c389
Whitespace change in CLOSED TREE to kick builds.
2010-05-05 17:02:44 -07:00
Jeff Walden
575c66738f
Bug 552560 - Reenable the ctypes test in chrome workers, and make all parent-checks only happen if we're running in xpcshell and have access to the parent(o) function. r=dwitte
2010-05-05 14:35:12 -07:00
Jeff Walden
c4d962809b
Fix orange by temporarily disabling js-ctypes chrome worker test that uses parent(), to buy more time to figure out a fix at leisure. r=orange
2010-05-04 18:28:27 -07:00
Marco Bonardo
e4bdac57e2
Bug 563098 - Use shared services and async statements in PlacesDBFlush. r=sdwilsh
2010-05-05 15:27:59 +02:00
Jeff Walden
00f6066393
Bug 552560 - Remove support for __parent__. r=mrbkap
2010-04-11 13:51:00 -07:00
Dan Witte
7124fa12fa
Bug 551982 - Generate t.name and t.fields lazily. Part 3: lazy ffi_type. r=benjamn
2010-05-03 16:26:50 -07:00
Dan Witte
70dd2657d6
Bug 560002 - Opaque struct and definition support in ctypes. Part 2: Remove opaque pointers. r=benjamn
2010-05-03 16:20:43 -07:00
Dan Witte
91a57c32a3
Bug 560002 - Opaque struct and definition support in ctypes. Part 1: Opaque structs. r=benjamn
2010-05-03 16:20:05 -07:00
Robert Sayre
27b5a3b6fb
Merge mozilla-central to tracemonkey.
...
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
2010-06-30 11:54:20 -07:00
Robert Sayre
1d56325898
Merge mozilla-central to tracemonkey.
2010-06-24 13:47:08 -07:00
Marco Bonardo
46a081b592
Bug 573302 - Folder name is not update when create a folder and/or edit name in Properties. r=dietrich
2010-06-24 13:47:31 +02:00
Robert Sayre
e4f2411102
Merge mozilla-central to tracemonkey.
2010-06-23 10:21:18 -07:00
Robert Sayre
690a859635
Merge mozilla-central to tracemonkey.
2010-06-21 18:01:14 -07:00
Dan Witte
7ebe964c29
Bug 564966 - ctypes stdcall tests borked on windows. Part 1: fix stdcall tests, and comment out failing closure test. r=benjamn
2010-06-18 10:30:44 -07:00
Justin Dolske
8eaa159958
Bug 573808 - "domWin is null" error with new prompting backend and no active window. r=gavin
2010-06-23 17:54:05 -07:00
Edward Lee
fc92ca4487
Bug 461483 - Ignore 'www.' when searching in the the awesome bar [r=mak]
...
Strip out www. from found urls and the query after already stripping off http://, etc. Update tests now that www. can't be matched.
--HG--
extra : rebase_source : 352f2dfb302a56fc3e83dffcbb1bd2a53208510d
2009-07-24 17:57:26 -07:00
Chris Jones
8095e43052
Backed out changeset c60e3e48ea38
2010-06-24 19:56:14 -05:00
Taras Glek
065ac23871
Bug 416330 - Suboptimal SQLite page size r=sdwilsh
2010-06-24 16:39:24 -07:00
timeless@mozdev.org
9a303cf9a4
Bug 562435 - RECENT_EVENT_THRESHOLD should be a PRTime in nsNavHistory, r=dietrich
2010-04-28 13:00:00 -07:00
timeless@mozdev.org
896fb1bb0b
Bug 562661 - [@ nsNavHistory::RowToResult] mishandles *aResult, r=mak
2010-04-29 19:23:00 -07:00
timeless@mozdev.org
8290e85f4a
Bug 562592 - comparison between signed and unsigned integer expressions in nsCommandLine, r=roc
2010-04-29 00:14:00 -07:00
Dave Townsend
74b7768710
Backout new add-ons manager due to Ts regression on OSX 10.5
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Boris Zbarsky
a26d92e83d
Bug 562688 part 14. Eliminate all remaining eELEMENT consumers. r=jst
2010-04-30 09:12:06 -04:00
Boris Zbarsky
04027a9479
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
2010-04-30 09:12:05 -04:00
Makoto Kato
68e83a5b7c
Bug 561974 - typo _WIN64 define in toolkit/components/ctypes/tests/. r=dwitte
2010-04-30 16:04:43 +09:00
Justin Dolske
01af02240f
Bug 562824 - Add Services.jsm goodness to form manager. r=gavin
2010-04-29 18:47:06 -07:00
Dave Townsend
e9f8fcd5cb
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
396af8873a
Bug 553169: Make the platform talk to the extension manager without using a custom interface. r=bsmedberg
2010-04-29 13:11:23 -07:00
Mark Banner
7b32d87a40
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
...
--HG--
rename : xpfe/components/find/Makefile.in => toolkit/components/find/Makefile.in
rename : xpfe/components/find/public/Makefile.in => toolkit/components/find/public/Makefile.in
rename : xpfe/components/find/public/nsIFindService.idl => toolkit/components/find/public/nsIFindService.idl
rename : xpfe/components/find/src/Makefile.in => toolkit/components/find/src/Makefile.in
rename : xpfe/components/find/src/nsFindService.cpp => toolkit/components/find/src/nsFindService.cpp
rename : xpfe/components/find/src/nsFindService.h => toolkit/components/find/src/nsFindService.h
rename : xpfe/components/intl/Makefile.in => toolkit/components/intl/Makefile.in
rename : xpfe/components/intl/nsCharsetMenu.cpp => toolkit/components/intl/nsCharsetMenu.cpp
rename : xpfe/components/intl/nsCharsetMenu.h => toolkit/components/intl/nsCharsetMenu.h
2010-04-29 19:35:39 +01:00
Mitchell Field
9818f00bf2
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
2010-04-29 18:59:13 +02:00
Marco Bonardo
746854e136
Bug 559217 - Browser freezes due a lock contentions across Places statements. r=sdwilsh
2010-04-29 10:40:08 +02:00
Serge Gautherie
1ac1fdd1d8
Bug 535905 - [SeaMonkey 2.1] mochitest-browser-chrome: "Exception thrown at chrome://mochikit/content/browser/toolkit/components/places/tests/browser/browser_bug399606.js:74 - ReferenceError: XPCOMUtils is not defined"; (Av1) Add missing |Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");|.
...
r=mak77.
2010-04-28 23:49:28 +02:00
Ehsan Akhgari
19f00904c7
Bug 558911 - Rev3 Fedora permaorange: jsctypes-test/unit/test_jsctypes.js | Error: couldn't open library (missing libm.so)
...
r=dwitte
2010-04-28 10:20:41 +02:00
Kurt Schultz
9a47bc524b
Bug 515435 - Remove "Get Bookmark Add-ons" from default bookmarks. r=mak l10n-r=pike
2010-04-28 09:17:09 +02:00
Marco Bonardo
d4b3c277bb
Test for containerNode->getChildIndex(node)(related to bug 561848). r=dietrich
2010-04-28 09:17:04 +02:00
Marco Bonardo
924b61f59a
Bug 561848 - signed/unsigned mismatch in nsNavHistoryContainerResultNode::GetChildIndex. r=dietrich
2010-04-27 13:25:20 +02:00
Marco Bonardo
0901521e37
Bug 555218 - 8: Other Places warnings. r=dietrich
2010-04-27 13:25:16 +02:00
Marco Bonardo
33962af36a
Bug 555218 - 7: (nsNavHistory.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:25:07 +02:00
Marco Bonardo
de6b8e8aa7
Bug 555218 - 6: (nsNavBookmarks.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:25:05 +02:00
Marco Bonardo
e9721dd6e8
Bug 555218 - 5 (AsyncFaviconsHelpers.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:25:03 +02:00
Marco Bonardo
5c49867138
Bug 555218 - 4: (nsFaviconService.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:25:00 +02:00
Marco Bonardo
3fe32acf6a
Bug 555218 - 3: (nsAnnotationService.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:24:58 +02:00
Marco Bonardo
6bbfb75c08
Bug 555218 - 2: (History.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:24:56 +02:00
Marco Bonardo
9ad977b980
Bug 555218 - 1: (nsNavHistoryResults.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
2010-04-27 13:24:54 +02:00
Edward Lee
629f231c6f
Bug 559695 - warning C4700: uninitialized local variable 'rv' used in nsStorageFormHistory.cpp [r=gavin]
...
Hard code return of NS_ERROR_OUT_OF_MEMORY on failure to createInstance. Push down declarations of rv to its first assignment.
2010-04-21 11:28:00 -07:00
Marco Bonardo
d9570ca6b0
Bug 561229 - Copy/Paste bookmarks is broken. r=dietrich
2010-04-26 21:04:20 +02:00
Marco Bonardo
2ad8eca76b
Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich
...
--HG--
rename : toolkit/components/places/src/utils.js => toolkit/components/places/src/PlacesUtils.jsm
2010-04-26 21:04:17 +02:00
timeless@mozdev.org
18f4a5a5a3
Bug 555659 - places/tests/cpp/mock_Link.h doesn't initialize mRegistered and mContent, r=sdwilsh, a=1
...
--HG--
extra : rebase_source : b1993fad9fc5674e673c10150a2fb12e9216fea4
2010-03-29 02:10:00 -07:00
Phil Ringnalda
de894ff62f
Bug 542928 - try to stop the constant orange by disabling browser_bug511456.js on Linux, rs=dolske, a=1
2010-04-24 19:03:30 -07:00
Robert Sayre
0f0d2ffdf7
Merge mozilla-central to tracemonkey.
2010-04-24 12:56:26 -04:00
Mike Hommey
7f75f6109e
Bug 553995 - Don't depend on network connectivity in test_bug_406857.js [r=sdwilsh]
2010-04-24 09:39:16 +02:00
Jeff Walden
4b9b1d8e68
Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke
...
--HG--
extra : rebase_source : b3c47f5fdd0fcb52f68876e9a4fab16143c16901
2010-04-17 03:19:33 -07:00
Robert Sayre
ccea2938e0
Merge tracemonkey to mozilla-central.
2010-04-21 08:34:13 -04:00
Dan Witte
329cff4a11
Bug 558949 - Make ctypes functions FunctionType.ptr's. r=benjamn
2010-04-20 17:37:35 -07:00
Dan Witte
e0609a016b
Update comments in ctypes.jsm to point at MDC docs. No bug, r=aidan
2010-04-19 12:49:47 -07:00
Marco Bonardo
f0b25bedf3
Bug 529821 - Places should shutdown earlier (at profile-before-change). r=sdwilsh r=ehsan
2010-04-22 14:53:54 +02:00
Robert Sayre
681d81bbe8
Merge tracemonkey to mozilla-central.
2010-04-21 13:27:52 -04:00
Markus Stange
ab8e976d1c
Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
...
--HG--
extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
2010-04-19 16:13:54 +02:00
Gavin Sharp
ca9ebd7a8f
Bug 559467: tweak nsILoginManager documentation, rs=dolske
...
--HG--
extra : rebase_source : 4780201d1f2801b3d52ca1eabe7dc999cda100ba
2010-04-15 00:06:21 -04:00
Neil Deakin
16e62a0020
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
2010-04-18 14:27:18 -04:00
Marco Bonardo
e203107ce4
Bug 557406 - Intermittent xpcshell failure in test_bookmarks.js, r=dietrich
2010-04-18 16:05:58 +02:00
rbs@maths.uq.edu.au
978cb43dd1
Bug 251843: Add alternating background to about:config. r=mconnor
2010-04-18 09:26:31 +02:00
Marco Bonardo
698a556c8d
Bug 509426 - disable flushes on test_405938_restore_queries.js
2010-04-17 12:07:21 +02:00
Marco Bonardo
60899ff343
Bug 556739 - Part 3: PlacesUtils is added twice at build time. r=dietrich
2010-04-16 23:51:36 +02:00
Marco Bonardo
1d77a891bd
Bug 556739 - Part 2: use Services in microsummaries service. r=dietrich
2010-04-16 23:51:33 +02:00
Marco Bonardo
d644ba9c98
Bug 556739 - Part 1: Expose more from PlacesUtils. r=dietrich
2010-04-16 23:51:04 +02:00
Marco Bonardo
6dc8730c40
Bug 527134 - disable flushes for test_385829.js a=dietrich
2010-04-16 23:50:58 +02:00
Marco Bonardo
229fe714c7
Bug 527622 - test_sorting.js should wait for clear history. a=dietrich
2010-04-16 23:50:40 +02:00
Marco Bonardo
c4a48f9863
Bug 540751 - test_update_frecency_after_delete.js should wait for clear history. a=dietrich
2010-04-16 23:50:21 +02:00
Marco Bonardo
2f483437e5
Bug 547334 - test_browserhistory.js should wait for clear history. a=dietrich
2010-04-16 23:49:44 +02:00
Marco Bonardo
32a0915d52
Bug 556347 - LAZY_TIMER*2 is not large enough to ensure correctness of the test. a=dietrich
2010-04-16 23:48:38 +02:00
Ben Turner
4ff86e4fdb
Reenable tests for bug 559447
...
--HG--
rename : toolkit/components/ctypes/tests/test_ctypes.xul.in => toolkit/components/ctypes/tests/test_ctypes.xul
2010-04-20 14:39:18 -07:00
Ben Turner
db9b3a4b85
Disable failing ctypes test for the moment
2010-04-20 11:26:48 -07:00
Ben Turner
f53cf449f0
Bug 559447 - 'Make ChromeWorkers that have access to ctypes for browser and extensions'. r=dwitte+jst.
2010-04-20 09:44:56 -07:00
Marco Bonardo
dc98c63f6e
Bug 542736 - random orange in xpcshell/tests/test_places/expiration/test_pref_interval.js r=sdwilsh
2010-04-20 10:07:21 +02:00
Marco Bonardo
cccce40f04
Bug 541068 - random failure in expiration\test_removeAllPages.js r=dietrich
2010-04-20 10:07:16 +02:00
Mike Hommey
01a883d0c0
Bug 554265 - Download search engine icons even when searchplugin is readonly [r=rflint]
...
--HG--
extra : rebase_source : c1d93bf91c126de9bce3ee171c26c0d46d70eae4
2010-04-19 10:26:48 +02:00
Marco Bonardo
9edfc53e75
Bug 559682 - Ensure we create a valid transaction in batches before trying to commit it. r=sdwilsh
2010-04-16 14:31:21 +02:00
Robert Sayre
21d5aa345b
Merge tracemonkey to mozilla-central.
2010-04-15 12:05:18 -04:00
Dan Witte
d932f1875d
Bug 556329 - Allow ctypes to load exported data symbols. r=jorendorff
2010-04-14 10:36:48 -07:00
Dan Witte
4e6cc3082a
Bug 556902 - Fix ctypes warnings. Part 2: libffi. r=benjamn
2010-04-14 10:36:48 -07:00
Dietrich Ayala
bc51cf819c
Bug 557406 - Intermittent xpcshell failure in test_bookmarks.js | false == true (via shaver, test landing to see orange effect)
2010-04-13 22:57:36 -07:00
Matthew Noorenberghe
7396fdb265
Bug 487556 - satchel should send a notification when adding/removing/changing an item. r=dolske
2010-04-13 15:18:34 -07:00