Commit Graph

8667 Commits

Author SHA1 Message Date
Mihai Sucan
5b053fa244 Bug 625187 - Alert origin is no longer shown for third-party iframes.
r+a=dolske
2011-02-22 13:04:56 +01:00
Jonathan Kew
abe383a68f bug 622507 - allow a possible subpixel discrepancy at bottom/right of popup rect because we snap the top/left to a pixel boundary when positioning. r+a=roc, test-only 2011-02-21 08:52:21 +00:00
Mike Shaver
85c4348adc Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange 2011-02-19 20:46:44 -08:00
Marco Bonardo
6a14423528 Bug 626341 - Fix bogus bookmarks position values with PlacesDBUtils.
r+a=dietrich
2011-02-17 13:39:54 +01:00
Jeff Walden
414ac259f6 Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst
--HG--
extra : rebase_source : a2f6a11ac3bcc7925cbf122057b694a0aafac970
2011-02-08 17:20:06 -08:00
Ehsan Akhgari
fbd11c6764 Backout changeset 8c2aa133200a (bug 625465) because of test failures 2011-02-18 17:17:54 -05:00
Ehsan Akhgari
2d58e95dc9 Backout changeset f4d707ab6c43 (bug 631827) because I need to backout changeset 8c2aa133200a... 2011-02-18 17:17:11 -05:00
Rich Walsh
2d9e3f935b Bug 621818 - [OS/2] implement GenerateRandomBytes(); r=sdwilsh a=beltzner 2011-02-18 15:36:33 -05:00
Pardal Freudenthal
64f6091310 Bug 631827 - Use CSS to set the "align" and "pack" attributes on Add-ons Manager to make easier for themes to handle items. r=Unfocused a=beltzner 2011-02-17 17:36:39 +13:00
Blair McBride
4abbd71497 Bug 625465 - Items in list view should launch description view with a single click on an add-on entry. r=dtownsend, a=beltzner 2011-02-07 16:53:53 +13:00
Mihai Sucan
28f0e500be Bug 621644 - $ is shadowed in web console; f=rcampbell r=dolske approval2.0=dolske 2011-02-18 09:09:11 -08:00
Hiroyuki Ikezoe
0266265691 Bug 634833 - Unused variables in PU_asyncGetBookmarkIds.
r=mak a=dietrich
2011-02-18 14:53:50 +01:00
Pascal Chevrel
865174b424 Bug 630604 - search addons field too narrow to display the placeholder text for most locales. r+a=mossop 2011-02-18 09:55:27 +01:00
Anthony Ricaud
03c6bcb459 Bug 633847 - White-on-yellow close button is hard to see (missing-plugin infobar). r=dao a=beltzner 2011-02-17 21:52:28 +01:00
Robert Strong
3842cffaf9 Bug 633728 - After an update, the Firefox desktop shorcut is moved to the top left corner from a user set custom position; r=jmathies a=blocking-betaN 2011-02-17 14:09:20 -05:00
Ehsan Akhgari
607f1e4734 Bug 614966 - Blocklist all versions of vksaver.dll up to 2.2.2.0 because of crashes caused by it; r=bsmedberg a=dbaron 2011-02-17 13:59:20 -05:00
Justin Lebar
28bf6ae86c Bug 570975 - Clarify comment in MatchAutoCompleteFunction. rs=sdwilsh 2011-03-28 11:20:07 -04:00
Justin Lebar
5861378359 Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} in favor of PR_ATOMIC_{INCREMENT,DECREMENT}. r=bsmedberg,gal 2010-10-03 15:42:14 -07:00
Florian Quèze
998b4981d5 Bug 596759 - Selecting a tab should focus its content; r=enndeakin 2010-09-16 01:28:00 -04:00
L. David Baron
2ada9e17bf Backout changeset 208e4e19cc1a (Bug 643695) for causing bug 644790. 2011-03-24 21:09:11 -07:00
L. David Baron
7438f3848d Backout changeset d60d8c1c1f8a (Bug 644297) for causing bug 644790. 2011-03-24 21:08:28 -07:00
L. David Baron
0d8ce10d69 Backout changeset 5c3ed4fde1e4 (Bug 620931 part 2) for causing bug 644790. 2011-03-24 21:07:30 -07:00
L. David Baron
506701bba2 Backout changeset b9e6454362ef (Bug 620931 part 3) for causing bug 644790. 2011-03-24 21:07:05 -07:00
L. David Baron
5445f4ab8c Backout changeset 9df6e8117fe0 (Bug 620931 part 4) for causing bug 644790. 2011-03-24 21:06:44 -07:00
Dave Townsend
0dcd30c989 Bug 643628: Last updated date misplaced in search results. r=Unfocused 2011-03-24 11:21:12 -07:00
Mike Hommey
f25c0e8cc3 Bug 620931 part 4 - Fix resource://app/ to always point to the same as resource:///. r=bsmedberg 2011-03-24 15:28:31 +01:00
Mike Hommey
2cfeef8160 Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-03-24 15:28:14 +01:00
Mike Hommey
f666d38490 Bug 620931 part 2 - When building --with-libxul-sdk, use the right preferences directory. r=bsmedberg 2011-03-24 15:27:55 +01:00
Mike Hommey
7020500429 Bug 644297 - Avoid _MD5*/_SHA* symbols not found during Shark universal build. r=ted 2011-03-24 15:27:00 +01:00
Mike Hommey
f0ca203898 Bug 643695 - Don't depend on libdbus-glib when not necessary. r=khuey 2011-03-24 15:26:58 +01:00
Ehsan Akhgari
ca95c68a1e Merge mozilla-central into cedar 2011-03-23 18:29:19 -04:00
Edmund Wong
6bb54b94d8 Bug 602758 - Fix ' a the ' comments in Toolkit; r=neil 2011-03-23 14:15:24 -04:00
Ehsan Akhgari
a66644eabc Merge cedar onto mozilla-central 2011-03-23 12:07:34 -04:00
Ehsan Akhgari
47cf269311 Merge mozila-central onto cedar
--HG--
rename : toolkit/components/places/src/nsLivemarkService.js => toolkit/components/places/nsLivemarkService.js
2011-03-23 12:06:04 -04:00
Dão Gottwald
46b4b32c95 Bug 637159 - Clean up the fix / workaround for bug 635252. r=neil 2011-03-23 12:36:25 +01:00
Hiroyuki Ikezoe
933c8ff787 Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao 2011-03-16 18:01:34 -04:00
Kyle Huey
383f49fb02 Bug 644139: Put toolkit/mozapps/preferences back in the build. rs=ted for this CLOSED TREE 2011-03-23 10:24:13 -04:00
Ehsan Akhgari
8b21e28d22 Bug 614643 - Don't rely on the afterpaint event because its firing times can be seemingly random. Instead, use the beforepaint event to see when the test is painting; r=arpad 2011-03-21 15:37:17 -04:00
Ehsan Akhgari
4f4adbc733 Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc 2011-03-16 15:34:30 -04:00
Hiroyuki Ikezoe
f9f79630cf Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao 2011-03-16 18:01:34 -04:00
Siddarth Agarwal
673dceb30b Bug 621204 - Add Dict.jsm to toolkit, r=dtownsend 2011-03-23 15:13:41 -04:00
Chris Cooper
e86007d33b Bug 510770 - Add a source-package target for XR; exclude some transient files from the source package - r=ted 2011-03-23 15:01:28 -04:00
Dave Townsend
666399b356 Bug 639090: Once you've restarted into safe mode from the menu you cannot restart into normal mode. r=bsmedberg 2011-03-23 10:28:18 -07:00
Dave Townsend
6ce06d4152 Bug 638292: InstallTrigger is undefined in new tabs opened from links. r=robstrong 2011-03-23 10:27:24 -07:00
Margaret Leibovic
86f9a8d2d8 Bug 587587 - Always dismiss popup notifications when they are hidden, and add "removeOnDismissal" option to show() [r=gavin, a=blocking-betaN] 2010-09-03 14:29:12 -04:00
Justin Lebar
89c81d0188 Bug 594223 - Don't call searchFunction unnecessarily in MatchAutoCompleteFunction::OnFunctionCall. r,a=sdwilsh 2010-11-18 16:09:30 -08:00
Philipp von Weitershausen
4113843df2 Bug 609160 - Wizard header labels should wrap. r=Enn a=blocking-final 2011-02-09 13:05:33 -08:00
Philipp von Weitershausen
136487d4bd Merge places with mozilla-central. a=blockers 2011-02-09 13:05:28 -08:00
Taras Glek
277db86adb Bug 632526 - Report startup time correctly; r=mwu a=blocking-fennec-b5+
--HG--
extra : rebase_source : f260656b8bc5a59efdf4dca51b526011a8174ccd
2011-02-09 14:58:17 -05:00
Dave Townsend
7840a09171 Bustage fix for bug 591905: Don't try to reload an already visible page. a=bustage 2011-02-09 12:11:31 -08:00
Robert Strong
a42429b387 Main patch for Bug 621873 - Pin to taskbar when setting as default browser on Windows 7. r=jmathies, a=approval2.0 2011-02-09 11:48:56 -08:00
Shawn Wilsher
e76e16987a Bug 631403 - LoginManagerStorage_mozStorage should be able to deal with an existing transaction
r=dolske
a=blocking-fennec
2011-02-08 20:46:38 -08:00
Priit Laes
b92fb89afb Bug 628222 - Add support for libnotify-0.7+. r=karlt a=joe 2011-02-09 00:02:37 +01:00
Dave Townsend
7650e1127b Bug 591905: Update back/forward buttons correctly after inner-frame navigations. r=Unfocused, a=blocks-betaN 2011-02-09 10:25:41 -08:00
Dave Townsend
8e78a72832 Bug 563912: Allow the tab key to only move to the items relevant to the selected extension. r=Unfocused, a=blocks-final 2011-02-09 10:23:47 -08:00
Andreas Gal
3222023138 Expose console and InstallTrigger as content objects (bug 631225, r=dtownsend). a=blocker 2011-02-07 23:18:18 -08:00
Justin Dolske
1e248a9e8d Bug 627896 - tab-modal prompts should handle Cmd-. on OS X; r,a=gavin 2011-02-08 18:03:57 -05:00
Margaret Leibovic
24b712775f Bug 628805 - Add test for unstored sessionId to test_async_history_api.js and fix the way session ids are stored with places visits [r=sdwilsh, a=blocking-final] 2011-02-08 13:15:18 -08:00
Margaret Leibovic
431bd57991 Bug 628805 - Add tests for invalid referrerURI and invalid sessionId to test_async_history_api.js [r=sdwilsh, a=blocking-final] 2011-01-25 14:26:29 -08:00
Alex Vincent
65dbfa0164 Bug 628470 - popup.xml#popup-base, hidePopup method throws exceptions for failed QI to nsIMenuBoxObject; r=enndeakin a=Mossop
--HG--
extra : rebase_source : e26b9a9cee412d6395d64fc4d221d2ac0aea7cd1
2011-02-08 14:18:36 -05:00
Geoff Lankow
0f4be9e70a Bug 627274 - "Automatic updates" should come before "Last Updated" in the detailed view of the add-ons manager; r=Unfocused a=Mossop
--HG--
extra : rebase_source : f205544273cb265d47fc4f08f52b93d3b36d35af
2011-01-22 09:37:11 +13:00
Anas Husseini
db3e957f96 Bug 462064 - Download manager shows decimal digit for bytes when file below 100 bytes. r=edilee,sdwilsh a=mossop 2011-02-08 18:33:18 +01:00
Markus Stange
114dffa8b8 Bug 631502 - Use an SVG filter for the pressed icon state in preferences windows and remove unnecessary icon images. r=dao, a=dtownsend
--HG--
extra : rebase_source : 6606a942526e9b8259d0190411bb6d38b7726747
2011-02-08 13:45:00 +01:00
timeless@mozdev.org
9c3a4648b1 Bug 615842 - comparison between signed and unsigned integer expressions in ReadStrings. r=rstrong a=mossop 2011-02-08 09:43:18 +01:00
Brad Lassey
f409ccb261 bug 631760 - don't hard code "/data/data/<package name>" r=dougt a=blocking-fennec 2011-02-07 23:40:42 -05:00
Brad Lassey
e17eb0cd1c bug 615519 - profile data should be stored on sd card when application is moved to sd card r=dougt a=blocking-fennec 2011-02-07 23:40:42 -05:00
Robert Strong
579aa9797d Bug 631840 - Remove nsProcess plugin and associated code since it is no longer used. r=jimm, a=approval2.0 2011-02-07 18:43:07 -08:00
Robert Strong
5c75a42173 Bug 575266 - Mozilla Crash Reporter should not display all options but 'Close Window' - based on a patch from timeless. feedback=timeless, r=ted.mielczarek, a=approval2.0 2011-02-07 18:41:59 -08:00
Robert Strong
cfbe02a662 Bug 575296 - Firefox Update should show no options in the context menu (e.g. right click) - based on a patch from timeless. r=jimm, a=approval2.0 2011-02-07 18:41:21 -08:00
Paul O’Shannessy
69785033ee Bug 629485 - Show close window warning when closing the last window [r=gavin, a=blocking2.0:betaN+] 2011-02-07 17:50:37 -08:00
Jeff Muizelaar
c6f63dc38a Bug 617028. Expose graphics failures in about:support. r=ehsan,a=blocking
Adds a list of the graphics failures below the graphics section.
2011-02-07 16:11:57 -05:00
Benoit Jacob
1b17a528c8 Bug 630628 - about:license changes to cover the bits of the DirectX SDK that we ship - r=harvey_anderson, a=blocker 2011-02-07 20:16:37 -05:00
Simon Montagu
9b88f158a9 Disable OSX 32/64-bit restart mode in non-libxul builds. Bug 631564, r+a=Mossop 2011-02-07 10:32:52 -08:00
Simon Montagu
2f5bc78507 Bug 508816: remove browser workarounds. a=blocker 2011-02-07 09:59:32 +02:00
Chris Leary
4e1d0a6b70 Merge mozilla-central and tracemonkey. (a=blockers) 2011-02-06 15:30:39 -08:00
Neil Rashbrook
50747e9e1b Bug 630462 Tweak test to ignore about:blank pages harder r=Unfocused a=test-only 2011-02-06 22:20:27 +00:00
Dão Gottwald
ef8982b743 Bug 609127 - Window resizer interferes with items in the add-on bar. r=enn a=dietrich 2011-02-06 15:59:02 +01:00
Marco Bonardo
5f15a4397a Bug 629285 - Crash at AsyncGetBookmarksForURI.
r=sdwilsh a=blocker
2011-02-05 13:22:10 +01:00
Justin Wood
bd3654e3bd Bug 589506 - Scrub the codebase of MOZ_VIEW_SOURCE and MOZ_JSLOADER. r+=ted 2010-08-24 23:27:34 -04:00
Mitchell Field
1592ff67f7 Merge mozilla-central to build-system. 2011-03-03 20:13:35 +11:00
Mitchell Field
b6976ca587 Merge mozilla-central to build-system. 2011-03-02 20:38:54 +11:00
Mitchell Field
dd61bc4257 Merge mozilla-central to build-system. 2011-02-28 18:28:40 +11:00
Kyle Huey
7d56189a13 Merge m-c to bs. 2011-02-25 15:23:05 -05:00
Mike Hommey
6ef83c9db5 Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted 2011-02-25 15:05:08 +01:00
Mike Hommey
8fce339970 Bug 584474 part 5 - Link necessary libraries to crashreporter client for MD5 and SHA1 on mac debug builds. r=ted 2011-02-25 15:02:04 +01:00
Mike Hommey
0e675dba5a Bug 584474 part 4 - Add wininet when linking xul.dll. r=khuey 2011-02-25 15:02:04 +01:00
Mitchell Field
cac949ea6d Merge mozilla-central to build-system. 2011-02-23 00:01:54 +11:00
Mitchell Field
0ee0dd2572 Bug 627277 - Bustage fix 3. This is still building fine locally for some reason. 2011-02-20 21:08:05 +11:00
Mitchell Field
2e8a7d546f Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras 2011-02-20 06:10:24 +11:00
Mano
7560baf014 Bug 620666 - urlSecurityCheck should include the principal uri in its exception; r=dao 2010-12-22 06:10:00 -05:00
L. David Baron
b2e59587e8 Use nsAutoLock::NewLock, nsAutoLock::DestroyLock, nsAutoMonitor::NewMonitor, and nsAutoMonitor::DestroyMonitor as required by the API. (Bug 594666) r=cjones 2011-03-29 08:43:26 -07:00
Mike Conley
94b6d21615 Bug 629521 - Extensions and themes which are marked to get removed are not grouped but remain at the original location; r,a=Mossop 2011-02-03 15:15:33 -05:00
Ehsan Akhgari
c2e318fd3d Merge backout; a=orange 2011-02-04 16:34:19 -05:00
Ehsan Akhgari
c07c875d05 Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
It is not clear which one of these bugs is at fault.
2011-02-04 16:34:02 -05:00
Shawn Wilsher
dec396a268 Bug 631423 - crash [@ mozilla::places::GenerateRandomBytes]
r=mak
a=blocking
2011-02-04 13:04:08 -08:00
Mike Conley
b59172a118 Bug 629521 - Extensions and themes which are marked to get removed are not grouped but remain at the original location; r,a=Mossop
--HG--
extra : rebase_source : 2f8d1abf9c088278e48e410c14a58d906616b5d4
2011-02-03 15:15:33 -05:00
Paolo Amadini
ce8723651a Bug 626382 - Allow themes to set the iconsize on specific toolbars. r=dao a=b 2011-02-04 09:09:04 +01:00
Shawn Wilsher
f8dc130fea Bug 629814 - Async history API should ignore place ids
r=mak
sr=rstrong
a=softblocker
2011-02-03 14:09:37 -08:00
Shawn Wilsher
8790ee3197 Bug 630730 - Let consumers who probably know what they are doing access the database connection
r=dolske
a=Mossop
2011-02-03 14:09:33 -08:00
Dave Townsend
0b4d335620 Bug 630703: Provide a way to restart in 32-bit mode. r=josh, r=bsmedberg, a=blocks-betaN 2011-02-03 09:27:00 -08:00
Rob Campbell
4adec63764 Bug 626607 - Select All on webconsole includes messages that were filtered out; r=dolske a=blocking-final+ 2011-02-03 12:06:50 -05:00
Ehsan Akhgari
d611477b40 Bug 629697 - Cache the XPConnect services for accesses from Places; r=bsmedberg a=sdwilsh 2011-01-28 12:15:37 -05:00
Matthew Printz
4b8f44a724 Bug 629438 - Add-ons manager add-on icon should be positioned correctly in list and not cause sizing differences. r+a=Mossop 2011-02-03 08:20:03 +01:00
Jeremias Bosch
43d8ca0e70 Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Gavin Sharp
ab486691cf Bug 631006 - make-package (make-sourcestamp-file) broken when using MOZ_PKG_PRETTYNAMES=1; r=bsmedberg a=gavin/bustage 2011-02-02 13:25:00 -05:00
Serge Gautherie
e3052feecb Bug 626169 - [Win2k3 SDK] "nsExceptionHandler.cpp(739) : error C2065: 'MiniDumpWithFullMemoryInfo' : undeclared identifier"; (Av1) Match existing |ifdef XP_WIN32|, Add |#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN|.
r=ted.mielczarek a-2.0=benjamin.
2011-02-02 18:32:19 +01:00
Stephen Horlander
0a0733e6ac Bug 609372 - Better icons and color palette for the Web Console; f=pwalton r=dao approval2.0=gavin.sharp 2011-01-31 16:55:55 -04:00
Paolo Amadini
06209d5aef Bug 620615 - New tab-modal alerts can make Firefox unable to quit (part 2). r=dolske, a=blocker 2011-01-28 17:21:00 -08:00
Justin Dolske
dcd47ceba9 Bug 621764 - tab-modal prompt in Gmail eventually triggers slow-script dialog for nsPrompter.js. r=mrbkap, sr=jst, a=blocker 2011-02-01 19:23:00 -08:00
Dave Townsend
90e40ea45f Bustage fix for bug 629418. a=bustage 2011-02-01 14:40:00 -08:00
Andreas Gal
4f81a9d589 Disable jetpack service and unit tests (bug 629197, r=shaver, a=blocker). 2011-01-31 19:33:15 -08:00
Dave Townsend
e0605bd695 Bug 629418: If the add-ons manager is opened as a background tab (e.g. by session restore) then the back and forward buttons are hidden. r=Unfocused, a=sdwilsh 2011-02-01 13:27:07 -08:00
Chris Jones
ad76d4bbbc Bug 628885: Note in minidumps when we generate them by RUNTIMEABORT()ing. r=ted a=a
--HG--
extra : rebase_source : f5f0783b0bbf594cb7fd3a761bb3354b6859ecdd
2011-02-01 13:53:53 -06:00
Chris Jones
e34832051b Bug 625060: Make sure XRE_ShutdownChildProcess() actually does that on mac. r=bent a=b
--HG--
extra : rebase_source : b19e92d6a4f8300c19340b60936f63d58b9e9935
2011-02-01 13:53:53 -06:00
Chris Jones
c387896b46 Bug 625060: Process tasks that might otherwise have been ignored because of failed NS_DispatchToMainThread() early in startup. r=bent
--HG--
extra : rebase_source : 9dd4f31abc3fb00317719820b991424b89e6872b
2011-02-01 13:53:53 -06:00
Gervase Markham
b1912017f3 Bug 600215b - restore Camino initial developers, add in Mobile as well. a=hardblocker. 2011-02-01 17:45:49 +00:00
Dão Gottwald
58ae6f9e7f Bug 604257 - Enable test_arrowpanel.xul on Linux 2011-02-01 11:16:24 +01:00
Ehsan Akhgari
8c4bd2609c Backed out changeset d545aa98feb1 (bug 609372) because of browser-chrome test failure on OS X 2011-02-01 01:17:44 -05:00
Stephen Horlander
774de50b20 Bug 609372 - Better icons and color palette for the Web Console; f=pwalton r=dao approval2.0=gavin.sharp
--HG--
extra : rebase_source : c31b3dcc8be91cea6dfc2fe2c454aca46328cc30
2011-01-31 16:55:55 -04:00
Chris Leary
86d81ea3d6 Merge tracemonkey to mozilla-central. (a=blockers) 2011-01-31 19:43:36 -08:00
Kyle Huey
98724385fa Backed out changeset 10c381463850 2011-01-31 20:57:48 -05:00
Paolo Amadini
73c89e9b62 Bug 620615: Actually make sure we shut down the prompt. r=dolske a=b 2011-01-31 20:02:40 -05:00
Dave Townsend
5c8230fbe5 Backing out changeset 5e4632c4dd7c from bug 563912 due to test failures. a=backout 2011-01-31 14:39:22 -08:00
Dave Townsend
cc00ba150e Bug 563912: Allow the tab key to only move to the items relevant to the selected extension. r=Unfocused, a=blocks-final 2011-01-31 11:34:15 -08:00
Phil Ringnalda
bb4104521c Bug 628984 - Don't hit the network in test_Microformats_hCalendar.html, rs=gavin, a=test 2011-01-28 22:54:01 -08:00
Phil Ringnalda
e60c7754b0 Backed out changeset 81c46a78201f (bug 629197) for failing tests and only being half checked in 2011-01-29 22:43:32 -08:00
Andreas Gal
5a563cacb9 Disable jetpack service (bug 629197, r=shaver). 2011-01-29 20:48:11 -08:00
Andreas Gal
494df5a331 Allow toString on InstallTrigger (toSource is already allowed, bug 628410). 2011-01-29 20:20:17 -08:00
Jonas Sicking
6c6a7cea3e Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal). 2011-01-29 18:47:17 -08:00
Mark Banner
4d5f8476bf Follow up to bug 606966, catch NS_ERROR_FAILURE instead of NS_ERROR_MALFORMED_URI. rs=sdwilsh a=test-only bustage fix for mailnews add-ons DONTBUILD 2011-01-27 13:33:00 -10:00
Robert Strong
de47aeb571 Bug 524294 - [Mac] Updater window does not resize to fit text label on localized builds. r=joshmoz, a=approval2.0 2011-01-27 13:11:25 -08:00
Robert Strong
addbaf3f48 Patch part 2 - Bug 628829 - Updater crashes when localized strings excess 200 utf-8 bytes, as bn-IN, kn, ml, and te do. r=mossop, a=blocking2.0-final 2011-01-27 13:11:05 -08:00
Dave Townsend
e1cb7bf7eb Bug 629237: If a user has turned off updates for individual add-ons then they should not be included in the metadata ping. r=Unfocused, a=blocks-final 2011-01-27 09:58:45 -08:00
Dave Townsend
2721ad7a0a Bug 628703: Should not pass the ID of add-ons that have opted out of metadata pings to the discovery view.r=Unfocused, a=blocks-final 2011-01-27 09:58:06 -08:00
Shawn Wilsher
8a6460738d Merge Places and mozilla-central. 2011-01-27 10:08:14 -08:00
Gervase Markham
51890e03f4 Bug 600215 - commit to pass hook check. a=johnath. 2011-01-27 14:52:06 +00:00
Gervase Markham
0690f3b121 Bug 600215 - update MPL Initial Developers list. 2011-01-27 14:45:58 +00:00
Marco Bonardo
cda3091ae8 Bug 394353 (Part 2) - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-27 12:18:20 +01:00
Marco Bonardo
51118945ad Bug 621273 - Internal URLs show up as results after RSS feed preview.
r=sdwilsh a=blocker
2011-01-27 12:18:14 +01:00
Frank Yan
10d805e0d1 Bug 613749 - Fix tab-modal prompt sizing. [hardblocker] r=dolske a=blocking2.0-final 2011-01-27 00:08:05 -08:00
Patrick Walton
d39240ada2 Bug 627819 - Fix broken icon in the "The Web Console API has been disabled" message. r=gavin a=gavin 2011-01-26 22:22:58 -08:00
Robert Strong
f4b4ca6063 Bug 628829 - Updater crashes when localized strings excess 200 utf-8 bytes, as bn-IN, kn, ml, and te do. r=mossop, a=blocking2.0-final 2011-01-26 21:04:19 -08:00
Smokey Ardisson
fed942f0b3 Bug 549958 - Switch the format of the build sourcestamp file so that it can be useful for apps built from multiple repositiories. Also ensure that packager.mk always generates the platform changeset in multiple repo situations (rather than the changeset of the repo of the installer Makefile that includes packager.mk). r=ted, a2.0=bsmedberg 2011-01-26 22:17:24 -05:00
Shawn Wilsher
a0fd139ca9 Bug 606966 - Need an async history visit API exposed to JS
Part 25 - Only notify about title change when we are actually supposed to (follow-up to part 21 bustage).
r=mak
a=blocking
2011-01-26 15:56:24 -08:00
Siddharth Agarwal
34ca478e6c Bug 580298 - Hide version numbers for lightweight themes; r=Mossop a=blocking-betaN+ 2011-01-26 14:12:38 -05:00
Matthew Printz
a5897710f1 Bug 623211 - Add-ons manager add-on author name and link should be removed from list view; r=Mossop a=blocking-final+ 2011-01-26 14:10:39 -05:00
Shawn Wilsher
f1e90b40c8 Bug 606966 - Need an async history visit API exposed to JS
Part 21 - Track and notify about title changes.
r=mak
a=blocking
2011-01-25 09:01:14 -08:00
Shawn Wilsher
a653efd3b9 Bug 606966 - Need an async history visit API exposed to JS
Part 23 - Update API to reality, and tweak tests.
r=mak
sr=rs
a=blocking
2011-01-25 11:25:37 -08:00
Shawn Wilsher
8e0a245821 Backout of 3962f456fd9a (Bug 606966 Part 21) due to Moth failures. 2011-01-25 11:20:45 -08:00
Shawn Wilsher
a4ff998a92 Bug 606966 - Need an async history visit API exposed to JS
Part 24 - Dispatch observer topic when done
r=mak
a=blocking
2011-01-25 09:41:42 -08:00
Shawn Wilsher
41a8c2ebd1 Bug 606966 - Need an async history visit API exposed to JS
Part 21 - Track and notify about title changes.
r=mak
a=blocking
2011-01-25 09:01:14 -08:00
Shawn Wilsher
b2184b2c4f Bug 606966 - Need an async history visit API exposed to JS
Part 22 - Dispatch errors for URIs that fail nsINavHistory::canAddURI
r=mak
a=blocking
2011-01-24 14:13:24 -08:00
Shawn Wilsher
5446ed0b2b Merge mozilla-central into Places. 2011-01-24 14:09:52 -08:00
Patrick Walton
45e01f726d Bug 611440 - Smart abbreviation for URLs in the Web Console; f=mihai.sucan,dolske r=dolske approval2.0=dolske 2011-01-24 12:05:05 -04:00
Mike Hommey
6f2a78dca1 Bug 606145 part 3 - Integrate elfhack with the build system. r=khuey,a=bsmedberg 2011-01-24 09:56:40 +01:00
Shawn Wilsher
4ea4ca1196 Bug 606966 - Need an async history visit API exposed to JS
Part 20 - API implementation with tests.
r=mak
r=lw
a=blocking
2011-01-21 20:09:10 -08:00
Mounir Lamouri
edcb60858e Bug 320462 - Send an input event when a value is selected from the autocomple or list dropdown. r=smaug a=sicking 2011-01-22 00:06:27 +01:00
Honza Bambas
63032f8fb3 Bug 579846 - nsIHttpChannel::SetResponseHeader should work after the stream has ended, r=bzbarsky+hsivonen, a=betaN+ 2011-01-23 23:49:30 +01:00
Dão Gottwald
72ba49dda9 Bug 628000, adding missing semicolon. a=typo, DONTBUILD 2011-01-22 16:48:11 +01:00
Margaret Leibovic
7429325214 Bug 627817 - Add ANGLE license to about:license. r=gerv/gavin a=blocking 2011-01-21 14:35:28 -08:00
Dão Gottwald
16a41ca815 Bug 589146 - Firefox menu items should display sub-menu on a slightly delayed hover. r=gavin 2011-01-22 12:21:53 +01:00
Olli Pettay
5f578b2193 Bug 624549, Don't call GC so aggressively in nsJSContext::CC, r=gal, a=jst 2011-01-29 22:55:39 +02:00
Ehsan Akhgari
d561d1897d Bug 616288 followup, comment fix; a=cleanup-after-myself DONTBUILD 2011-01-28 15:22:22 -05:00
Ehsan Akhgari
5bf5c8bf7b Bug 616288 - crash [@ nsAutoCompleteController::StartSearch ] when typing things too rapidly inside the location bar; r=sdwilsh a=gavin 2011-01-25 02:28:03 -05:00
Vivien Nicolas
5ce46c2ce7 Bug 619679 - [Maemo] Dismissing the virtual keyboard causes issues. r=enndeakin, a=approval2.0 2011-01-28 11:41:03 -08:00
Ehsan Akhgari
f958da4eb5 Bug 629577 - non-libxul builds broken by changes to History, unresolved symbol nsContentUtils::sXPConnect; r=mak a=sdwilsh
--HG--
extra : rebase_source : 8cf1b8decd13a8d46c46c81c3a3fd8ee5e8597d9
2011-01-28 03:07:46 -05:00
Ted Mielczarek
448825c6d2 bug 599301 - Make Breakpad include memory around instruction pointer in minidumps on older versions of Windows. r=mento, a=beltzner
--HG--
extra : rebase_source : c5fd538fdfb532eeed4c4265eb93a69bfac485aa
2011-01-28 11:57:08 -05:00
Ted Mielczarek
ca8615b2f6 Fix whitespace from bug 620974
--HG--
extra : rebase_source : d8c83289d8f2b4e96363c69041c390d1053344c9
2011-01-28 11:28:10 -05:00
Mihai Sucan
8a1329e178 Bug 613280 - Cannot copy result text in console. r=dolske, feedback=rcampbell, a=blocking 2011-01-29 01:30:26 +13:00
Mihai Sucan
4729b24659 Bug 618322. Web Console: Inspect pop-up should have scroll bars and be wider. r=dolske, feedback=rcampbell, a=dolske. 2011-01-29 01:22:31 +13:00
Mike Hommey
c15384501d Bug 628233 part 2 - Enable elfhack on Android. r=khuey,a=sdwilsh 2011-01-28 09:22:58 +01:00
Mike Hommey
9ea937dac5 Bug 628627 part 2 - Add messages inviting to file bugs and use --disable-elf-hack in case of elfhack failures. r=khuey,a=sdwilsh 2011-01-28 09:22:58 +01:00
Rafael Ávila de Espíndola
6ecaba7871 Bug 601974 - [clang]: error: exception specification in declaration does not match previous declaration MOZALLOC_THROW_BAD_ALLOC in /toolkit/xre; r,a=bsmedberg
--HG--
extra : rebase_source : 49e79f3f99265117508f0ebf5b572a6d596f3c5c
2011-01-21 14:13:04 -05:00
Rafael Ávila de Espíndola
c985ee8f47 Bug 623122 - CurrentThreadId does not have a return for an unreachable exit path (missing return); r=ted a=bsmedberg
--HG--
extra : rebase_source : a2f7b61192957dc32c1f85edf232d51431e64483
2011-01-21 14:12:21 -05:00
Rafael Ávila de Espíndola
79936aada6 Bug 623121 - Add constructor for CPPLanguage (which inherits from Language) to placate CLang; r=jimb a=bsmedberg
--HG--
extra : rebase_source : a3d601c4b67ac37cde6ebb02783510dcb04297b0
2011-01-21 14:11:35 -05:00
Rafael Ávila de Espíndola
345b6cc05f Bug 623119 - exception_raise_state exception_raise_state_identity have Duplicated parameter name thread_state_count; r=ted a=bsmedberg
--HG--
extra : rebase_source : 62bd5b0145dcb1cd9f3a8178c1ca66ab351f3eb8
2011-01-21 14:10:50 -05:00
Gavin Sharp
efe813fa99 Bug 624843: PopupNotifications need to work after customizing the location bar, r=dolske, a=blocking 2011-01-18 00:11:08 -08:00
John Daggett
7715ebfe19 Bug 602792. Initialize dwrite factory at app startup to avoid startup slowdown. r=bas, a=blocker 2011-01-22 01:44:33 +09:00
Blair McBride
53f23821cb Bug 626358: No loading indicator anymore on Get Addons pane. r=dtownsend, a=blocks-final 2011-01-20 13:47:37 -08:00
Jennifer Boriss
918360a0e2 Bug 626498: Selected category title text in add-ons manager should not be bold. r=Unfocused, a=beltzner 2011-01-20 13:46:36 -08:00
Dave Townsend
37feb9ea56 Bug 623950: Send startup time measurements along with the metadata requests. r=Unfocused, a=sdwilsh 2011-01-20 13:45:10 -08:00
Dão Gottwald
f1fc9243ec Bug 619422, addressing review comment, a=DONTBUILD 2011-01-21 13:04:07 +01:00
Robert Strong
5ba28ba79e Bug 598779 - Remove start menu directory and safe mode shortcut creation. r=jmathies, a=blocking2.0-betaN 2011-01-20 15:45:19 -08:00
Asaf Romano (Mano)
bd53e2f2a7 merge. a=blocker (618101). 2011-01-20 23:30:22 +02:00
Asaf Romano (Mano)
5fe3872047 Bug 618101 - SyntaxError (let doesn't work) when loading bootstrap.js to call uninstall() from a disabled add-on. r=mossap. a=blocker. 2011-01-20 23:16:49 +02:00
Ehsan Akhgari
cababf789d Bug 627474 - Part 2: Use nsIXPConnect::WrapNative directly in order to avoid having to link in libgklayout in non-libxul builds; r=bzbarsky a=bustage
--HG--
extra : rebase_source : 58c2f6e6bc3a8fd1070732a9b27d780739afc7f7
2011-01-20 15:23:48 -05:00
Ehsan Akhgari
bd85e60464 Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD 2011-01-20 14:14:35 -05:00
Ehsan Akhgari
b58a352c0f Bug 627474 - Part 1: Link places against libmozjs in non-libxul builds; r=sdwilsh
--HG--
extra : rebase_source : 18dcec14d749b01e09164255dc0c215106880f22
2011-01-20 14:07:01 -05:00
Ehsan Akhgari
7f5919cd68 Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD 2011-01-20 13:33:19 -05:00
Shawn Wilsher
d84aab01be Merge Places and mozilla-central.
a=blockers
2011-01-20 09:41:50 -08:00
Dão Gottwald
0cd782a693 Bug 624157 - When maximising window, scroll buttons remain in tab bar. r=enn a=a 2011-01-20 16:38:26 +01:00
Shawn Wilsher
38e7cbc5ce Bug 606966 - Need an async history visit API exposed to JS
Part 19 - Fetch the visit information about the right visit, and make sure we
have the place id and guid when we need to notify a callback function.
r=mak
a=blocking
2011-01-20 15:35:40 +01:00
Shawn Wilsher
2eb8af4dde Bug 606966 - Need an async history visit API exposed to JS
Part 18 - Update changes to the guid/title when they happen.
r=mak
a=blocking
2011-01-20 15:35:37 +01:00
Mounir Lamouri
ce775f592a Bug 626605 - Improve the position of the arrow for arrow panels. r=enndeakin a=blocking-final 2011-01-20 14:38:11 +01:00
Rob Campbell
e8dcaddb02 Bug 627342 - re-enable browser_webconsole_js_input_expansion.js, a=developers 2011-01-20 10:14:37 -04:00
Patrick Walton
794bb91430 Bug 605621 - Web Console output box should be reskinned; f=mihai.sucan r=sdwilsh,dao, a=blocking2.0 2011-01-20 08:47:42 -04:00
Andrew Sutherland
5701087f08 Bug 627300 - Intermittent failure in places/tests/queries/test_tags.js owing to poor book-keeping in the test. test-only, a=bustage-fix. 2011-01-20 01:38:18 -08:00
Neil Rashbrook
7e6f5c4d63 Bug 617578 Except on OS/2, non-customisable menubars don't display correctly when a lightweight theme is applied r=dao a=beltzner 2011-01-20 08:35:42 +00:00
Joe Drew
620c785ca1 Bug 625160 - Part 8 - GFX blacklist tests. r=jrmuizel,mossop a=b 2011-01-19 20:40:49 -05:00
Shawn Wilsher
0f1517b5ad Merge mozilla-central to Places. 2011-01-19 15:01:12 -08:00
Dave Townsend
df7aab2ff1 Bug 474289: Automatically install add-ons distributed with the application into the user's profile. r=bsmedberg, r=robstrong, a=beltner 2011-01-19 14:37:24 -08:00
Mihai Sucan
284dedbbea Bug 618078 - Exception in asynchronous callback not visible in web or error console; f=rcampbell r=sdwilsh a=blocking2.0 2011-01-19 10:23:07 -04:00
Mihai Sucan
6270d7e176 Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; f=rcampbell r=dao a=blocking2.0 2011-01-19 10:21:37 -04:00
Marco Bonardo
c5510e440b merge backout 2011-01-18 20:49:58 +01:00
Marco Bonardo
eb22246cc8 Backed out changeset 5ca06e1e6eb1 to investigate linux B permaorange 2011-01-18 20:49:39 +01:00
Marco Bonardo
8925e65791 merge backout 2011-01-18 19:47:11 +01:00
Marco Bonardo
75763be930 Backed out changeset 7408fd331dd0 to investigate linux B permaorange 2011-01-18 19:46:41 +01:00
Marco Bonardo
c55d43d5b4 Bug 611393 - mDBVisitToVisitResult is missing the 13th column.
r=trivial a=DONTBUILD
2011-01-15 01:37:52 +01:00
Shawn Wilsher
124369a3ab Bug 606966 - Need an async history visit API exposed to JS
Part 19 - Fetch the visit information about the right visit, and make sure we
have the place id and guid when we need to notify a callback function.
r=mak
a=blocking
2011-01-14 14:42:17 -08:00
Shawn Wilsher
b76787a2dd Bug 606966 - Need an async history visit API exposed to JS
Part 18 - Update changes to the guid/title when they happen.
r=mak
a=blocking
2011-01-14 14:41:42 -08:00
Shawn Wilsher
8e083a92d9 Bug 606966 - Need an async history visit API exposed to JS
Part 17 - Create mozIPlaceInfo and mozIVisitInfo objects, and use them to
notify the callback.
r=mak
r=lw
a=blocking
2011-01-14 14:38:34 -08:00
Shawn Wilsher
d338878f2b Merge mozilla-central to Places. 2011-01-14 12:39:31 -08:00
Rob Campbell
3fe6268ef2 Backed out changeset 754ea885a0f8, bug 605621. Crash. a=tree 2011-01-19 16:41:50 -04:00
Patrick Walton
724bb75d17 Bug 605621 - Web Console output box should be reskinned; f=mihai.sucan r=sdwilsh,dao a=blocking2.0 2011-01-19 15:46:40 -04:00
Shawn Wilsher
54223bc129 Fix typo in comment. a=stupidity 2011-01-14 11:10:11 -08:00
Shawn Wilsher
a45dc98cae Bug 606966 - Need an async history visit API exposed to JS
Part 16 - Handle a callback if it is provided.
r=mak
a=blocking
2011-01-14 10:42:41 -08:00
Marco Bonardo
d752095231 Bug 591850 - Intermittent failure in places/tests/queries/test_tags.js | 0 == 1, 1==2
a=tests-only
2011-01-14 17:20:39 +01:00
Marco Bonardo
435698f755 Bug 597995 - Tags of bookmarks is lost doing UNDO after a CUT or DELETE.
r+a=dietrich
2011-01-14 14:51:56 +01:00
Shawn Wilsher
19fb5d06f9 Bug 606966 - Need an async history visit API exposed to JS
Part 15 - Only get a new session id if we need to.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
9053f35736 Bug 606966 - Need an async history visit API exposed to JS
Part 14 - Set the guid for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
fc42621aaf Bug 606966 - Need an async history visit API exposed to JS
Part 13 - Set the page title for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Marco Bonardo
f6aba5989f Bug 621274 - Location Bar remembers invalid (Server not found) URLs.
r=sdwilsh a=blocker
2011-01-14 02:33:33 +01:00
Shawn Wilsher
d6a1fa44cb Merge mozilla-central and Places 2011-01-13 15:07:04 -08:00
Shawn Wilsher
136dfbd691 Bug 606966 - Need an async history visit API exposed to JS
Part 3 - Stub out the methods on mozilla::places::History.
r=mak
a=blocking
2011-01-13 13:37:04 -08:00
Shawn Wilsher
5845a82164 Bug 606966 - Need an async history visit API exposed to JS
Part 1 - Public interfaces for the new API
r=mak
sr=rs
a=blocking
2011-01-13 13:37:02 -08:00
Mounir Lamouri
4c878405c1 Bug 619223 - Arrow panel should use the direction of the anchor. r=enndeakin f=smontagu a=blocking-final 2011-01-13 15:02:20 +01:00
Ted Mielczarek
01276d8831 bug 620974 - Add Breakpad processor code to binary test component to allow testing minidump contents. r=bsmedberg a=testonly
--HG--
extra : rebase_source : ba728fe297e9ce066438719b839e07deb38b1dd5
2011-01-12 14:14:15 -05:00
Ted Mielczarek
6ed416f3ed Fix compiling some parts of Breakpad processor on Win32. Landing as part of bug 620974, reviewed and landed upstream. r=mento, a=testonly
--HG--
extra : rebase_source : b13c758010ab079f5f4d016b9041efec5338baa1
2011-01-12 14:13:53 -05:00
Ted Mielczarek
d19c6bec53 bug 620974 - add memory mapping info to Windows minidumps when we have a new enough dbghelp.dll. r+a=bsmedberg
--HG--
extra : rebase_source : 6e031939fefe0f36343a16a123552f0828203e1f
2011-01-12 14:13:52 -05:00
Shawn Wilsher
33eb440f39 Bug 606966 - Need an async history visit API exposed to JS
Part 12 - InsertVisitedURIs should handle adding multiple visits to the same place.
Fixes a minor bug in Part 10.
r=mak
a=blocking
2011-01-12 10:22:55 -08:00
Shawn Wilsher
1a27b37ceb Bug 606966 - Need an async history visit API exposed to JS
Part 11 - Refactor embed visit adding into a helper method.
r=mak
a=blocking
2011-01-12 10:22:39 -08:00
Blair McBride
0d7a6728d3 Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN 2011-01-12 13:40:36 +13:00
Blair McBride
23fc503d76 Bug 608468 - Details View should include the add-on Summary text from AMO. r=dtownsend, a=blocking-final 2011-01-19 13:37:36 +13:00
Margaret Leibovic
c85bd89f91 Bug 617553 - Doorhanger for add-on installation failures inside the AOM has no parent with chrome hidden [r=gavin, a=blocking] 2011-01-18 14:57:40 -08:00
Jonathan Kew
ed55ace99d bug 607121 and bug 626180 - add sample non-Latin text to the test plugin description, to verify that we manage encodings properly. r+a=bsmedberg 2011-01-18 18:27:26 +00:00
Rob Campbell
b002155303 Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; backout a=philor 2011-01-18 13:17:01 -04:00
Margaret Leibovic
acc5e3b44d Bug 619422 - Split buttons in doorhanger notifications need styling in custom themes [r=dao, a=blocking] 2011-01-18 08:42:57 -08:00
Dão Gottwald
ce272b2f86 Backing out part of changeset 22ea9b958dc7. a=?! 2011-01-18 10:43:44 +01:00
Dão Gottwald
a051944740 Bug 625314 - Remove transparency for arrow panels on Windows. r=enn 2011-01-18 09:47:20 +01:00
Patrick Walton
a1a0ac8caa Bug 615735 - Clean up find bar close button CSS. r=dao 2011-01-18 09:46:52 +01:00
Pascal Chevrel
8b40a7cef7 Bug 621091 - Linux Theme should use moz-icon://stock/gtk-file for blank documents. r=dao 2011-01-18 09:43:01 +01:00
Shawn Wilsher
780cfeb1f6 Bug 606966 - Need an async history visit API exposed to JS
Part 10 - Refactor InsertVistedURI to InsertVisitedURIs and have it take an
array of VisitData objects to add.
r=mak
a=blocking
2011-01-11 11:13:17 -08:00
Shawn Wilsher
6b01361147 Bug 606966 - Need an async history visit API exposed to JS
Part 9 - Move referrer loading logic into a helper method.
r=dietrich
a=blocking
2011-01-11 11:03:22 -08:00
Shawn Wilsher
b739f916f8 Bug 606966 - Need an async history visit API exposed to JS
Part 8 - add a referrerSpec and guid property to VisitData.  We'll need to
potentially pass both of these in the new updatePlaces method.
r=mak
a=blocking
2011-01-11 11:01:26 -08:00
Shawn Wilsher
a016d1ec0c Bug 606966 - Need an async history visit API exposed to JS
Part 7 - Pull FetchPageInfo onto History, and make both of our current async
operations use it (requires us to add title to VisitData).
r=dietrich
a=blocking
2011-01-11 10:48:53 -08:00
Shawn Wilsher
2fe0271591 Bug 606966 - Need an async history visit API exposed to JS
Part 6 - Move inserting and updating of moz_place entries from InsertVisitedURI
to History.
r=dietrich
a=blocking
2011-01-11 10:48:14 -08:00
Shawn Wilsher
849defeaa0 Bug 606966 - Need an async history visit API exposed to JS
Part 5 - Add a new constructor to VisitData that takes a URI and automatically
obtains the spec and the reversed hostname.  Also add a method to set the
transition type that also sets the hidden flag and the typed flag accordingly.
Finally, update all the code that sets this stuff manually to use the new
helper methods.
r=dietrich
a=blocking
2011-01-11 10:34:04 -08:00
Shawn Wilsher
5a5c230227 Bug 606966 - Need an async history visit API exposed to JS
Part 4 - Refactor hidden flag logic into a helper method.
r=mak
a=blocking
2011-01-11 10:26:44 -08:00
Shawn Wilsher
bf73ed9554 Bug 606966 - Need an async history visit API exposed to JS
Part 2 - Refactor tests and add a run_next_test method in head_common.js
r=mak
a=blocking
2011-01-11 10:19:19 -08:00
Ted Mielczarek
e31cb0b8f8 Backed out changeset cc4c72425f0e, bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
Didn't fix the actual bug, new patch being landed.

--HG--
extra : rebase_source : 83a7941aa4cdea46df724871cd2d2eefd157440a
2011-01-11 10:28:55 -05:00